Skip to content

Commit de28ee8

Browse files
authored
Doc: Add omitted secondary prompt in inputoutput tutorial (pythonGH-30317)
For the continuation lines, "..." should present as secondary prompt
1 parent a3d4d15 commit de28ee8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/inputoutput.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ are referred to by using the name of the argument. ::
166166
Positional and keyword arguments can be arbitrarily combined::
167167

168168
>>> print('The story of {0}, {1}, and {other}.'.format('Bill', 'Manfred',
169-
other='Georg'))
169+
... other='Georg'))
170170
The story of Bill, Manfred, and Georg.
171171

172172
If you have a really long format string that you don't want to split up, it

0 commit comments

Comments
 (0)