Skip to content
Snippets Groups Projects
Unverified Commit a1a1fd0d authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317)



For the continuation lines, "..." should present as secondary prompt
(cherry picked from commit de28ee8f)

Co-authored-by: default avatarChenwei Xiao <chanvinxiao@163.com>
parent 5d3f2fbf
Branches
Tags
No related merge requests found
......@@ -166,7 +166,7 @@ are referred to by using the name of the argument. ::
Positional and keyword arguments can be arbitrarily combined::
>>> print('The story of {0}, {1}, and {other}.'.format('Bill', 'Manfred',
other='Georg'))
... other='Georg'))
The story of Bill, Manfred, and Georg.
If you have a really long format string that you don't want to split up, it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment