mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
fix up whitespace in prompt strings
This commit is contained in:
parent
5f1cca0a1d
commit
3053667d09
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue