# HG changeset patch # User Jeff Hammel # Date 1295575177 28800 # Node ID de1ecefe301cb37ff8df3cad9600fec16b4bd366 # Parent 908e9a65366868d761803b3569a79fa3d318f9b7 minor docstring correction diff -r 908e9a653668 -r de1ecefe301c examples/doctest.txt --- 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)