8000 Doc: Add omitted secondary prompt in inputoutput tutorial (GH-30317) · python/cpython@de28ee8 · GitHub
[go: up one dir, main page]

Skip to content

Commit de28ee8

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0