# HG changeset patch # User Bernhard Herzog # Date 1176304466 -7200 # Node ID 517253fa987fd5d1f0966df622297b9609339e11 # Parent 3c2e8cb7e65861e8a87b76aa62d19316f7ed3b91 fix typo in doc-string diff -r 3c2e8cb7e658 -r 517253fa987f createstaticweb.py --- a/createstaticweb.py Wed Apr 11 17:05:48 2007 +0200 +++ b/createstaticweb.py Wed Apr 11 17:14:26 2007 +0200 @@ -6,7 +6,7 @@ # This program is free software under the GPL (>=v2) # Read the file COPYING coming with the software for details. -"""Creates static a static web-site with a status report""" +"""Creates a static web-site with a status report""" import os from optparse import OptionParser