diff options
author | Fred Drake <fdrake@acm.org> | 2006-05-03 02:29:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-05-03 02:29:39 (GMT) |
commit | 3053667d0950d267de3d6e210e4408435cda05dc (patch) | |
tree | 7d16d95c2078bad64a49221ff76f234250e72801 | |
parent | 5f1cca0a1d25f790067462fdbe35c5753ee69116 (diff) | |
download | cpython-3053667d0950d267de3d6e210e4408435cda05dc.zip cpython-3053667d0950d267de3d6e210e4408435cda05dc.tar.gz cpython-3053667d0950d267de3d6e210e4408435cda05dc.tar.bz2 |
fix up whitespace in prompt strings
-rw-r--r-- | Doc/lib/libsys.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 8a23fbc..686e50e 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. |