Skip to content

Commit b5615a0

Browse files
authored
Fix typo in introduction tutorial
'"Isn\'t," they said.' Corrected to '"Isn't," they said.'
1 parent 3484ef6 commit b5615a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Alternatively, we can use the other type of quotation marks::
167167
>>> "\"Yes,\" they said."
168168
'"Yes," they said.'
169169
>>> '"Isn\'t," they said.'
170-
'"Isn\'t," they said.'
170+
'"Isn't," they said.'
171171

172172
In the Python shell, the string definition and output string can look
173173
different. The :func:`print` function produces a more readable output, by

0 commit comments

Comments
 (0)