]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127268)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Nov 2024 21:42:34 +0000 (22:42 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2024 21:42:34 +0000 (21:42 +0000)
(cherry picked from commit 26ff32b30553e1f7b0cc822835ad2da8890c180c)

Co-authored-by: funkyrailroad <funkyrailroad@users.noreply.github.com>
Doc/tutorial/errors.rst

index 981b14f5a4212b1b551c73ccbca8906fdc43a6fe..247b2f6407f8f7ac6a35d6acadbbfb3646c42fe1 100644 (file)
@@ -23,7 +23,7 @@ complaint you get while you are still learning Python::
                   ^^^^^
    SyntaxError: invalid syntax
 
-The parser repeats the offending line and displays little 'arrow's pointing
+The parser repeats the offending line and displays little arrows pointing
 at the token in the line where the error was detected.  The error may be
 caused by the absence of a token *before* the indicated token.  In the
 example, the error is detected at the function :func:`print`, since a colon