changeset 117:de1ecefe301c

minor docstring correction
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 20 Jan 2011 17:59:37 -0800
parents 908e9a653668
children 5964dabba04a
files examples/doctest.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/doctest.txt	Thu Jan 20 17:58:06 2011 -0800
+++ b/examples/doctest.txt	Thu Jan 20 17:59:37 2011 -0800
@@ -152,7 +152,7 @@
     >>> projdir = os.path.join(tempdir, 'MyProject')
     >>> template.substitute(variables, output=projdir)
 
-Make sure this actually worked::
+Make sure you actually get a package::
 
     >>> cwd = os.getcwd()
     >>> os.chdir(projdir)