diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst index deabac5253051c..340d84e6f41f77 100644 --- a/Doc/tutorial/introduction.rst +++ b/Doc/tutorial/introduction.rst @@ -167,7 +167,7 @@ Alternatively, we can use the other type of quotation marks:: >>> "\"Yes,\" they said." '"Yes," they said.' >>> '"Isn\'t," they said.' - '"Isn\'t," they said.' + '"Isn't," they said.' In the Python shell, the string definition and output string can look different. The :func:`print` function produces a more readable output, by