From b5615a097795395019824cc49592e7befbc038f1 Mon Sep 17 00:00:00 2001 From: Zvika Dror Date: Sun, 1 Mar 2026 10:38:05 +0200 Subject: [PATCH] Fix typo in introduction tutorial '"Isn\'t," they said.' Corrected to '"Isn't," they said.' --- Doc/tutorial/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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