]> granicus.if.org Git - python/commitdiff
fix up whitespace in prompt strings
authorFred Drake <fdrake@acm.org>
Wed, 3 May 2006 02:29:39 +0000 (02:29 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 3 May 2006 02:29:39 +0000 (02:29 +0000)
Doc/lib/libsys.tex

index 8a23fbc28ffaff51a7f0e2ad8faee839e044ab2c..686e50e7eb5e83b8da7a489fe58340608d256984 100644 (file)
@@ -410,7 +410,7 @@ else:
   Strings specifying the primary and secondary prompt of the
   interpreter.  These are only defined if the interpreter is in
   interactive mode.  Their initial values in this case are
-  \code{'>>>~'} and \code{'... '}.  If a non-string object is
+  \code{'>>>~'} and \code{'...~'}.  If a non-string object is
   assigned to either variable, its \function{str()} is re-evaluated
   each time the interpreter prepares to read a new interactive
   command; this can be used to implement a dynamic prompt.