We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30375b7 commit 22a17cfCopy full SHA for 22a17cf
1 file changed
Doc/tutorial/introduction.rst
@@ -170,7 +170,7 @@ and special characters::
170
>>> print '"Isn\'t," she said.'
171
"Isn't," she said.
172
>>> s = 'First line.\nSecond line.' # \n means newline
173
- >>> s # without print(), \n is included in the output
+ >>> s # without print, \n is included in the output
174
'First line.\nSecond line.'
175
>>> print s # with print, \n produces a new line
176
First line.
0 commit comments