From: Fred Drake Date: Wed, 3 May 2006 02:29:39 +0000 (+0000) Subject: fix up whitespace in prompt strings X-Git-Tag: v2.5b1~720 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3053667d0950d267de3d6e210e4408435cda05dc;p=thirdparty%2FPython%2Fcpython.git fix up whitespace in prompt strings --- diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 8a23fbc28ffa..686e50e7eb5e 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -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.