]> granicus.if.org Git - python/commitdiff
use conventional whitespace in interactive example
authorFred Drake <fdrake@acm.org>
Wed, 31 Dec 2003 07:41:52 +0000 (07:41 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 31 Dec 2003 07:41:52 +0000 (07:41 +0000)
Doc/lib/libdircache.tex

index f546a46ef25f8a1a89ad5a8a6d405af42ae6ddb0..a827a83516a67e2908c8e16a4d95933f256e29f7 100644 (file)
@@ -32,8 +32,8 @@ in place, a \character{/} to each path which points to a directory.
 
 \begin{verbatim}
 >>> import dircache
->>> a=dircache.listdir('/')
->>> a=a[:] # Copy the return value so we can change 'a'
+>>> a = dircache.listdir('/')
+>>> a = a[:] # Copy the return value so we can change 'a'
 >>> a
 ['bin', 'boot', 'cdrom', 'dev', 'etc', 'floppy', 'home', 'initrd', 'lib', 'lost+
 found', 'mnt', 'proc', 'root', 'sbin', 'tmp', 'usr', 'var', 'vmlinuz']