[Python-checkins] r45873 - python/trunk/Doc/lib/libsys.tex

fred.drake python-checkins at python.org
Wed May 3 04:29:40 CEST 2006


Author: fred.drake
Date: Wed May  3 04:29:39 2006
New Revision: 45873

Modified:
   python/trunk/Doc/lib/libsys.tex
Log:
fix up whitespace in prompt strings

Modified: python/trunk/Doc/lib/libsys.tex
==============================================================================
--- python/trunk/Doc/lib/libsys.tex	(original)
+++ python/trunk/Doc/lib/libsys.tex	Wed May  3 04:29:39 2006
@@ -410,7 +410,7 @@
   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.


More information about the Python-checkins mailing list