]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267)
authorfunkyrailroad <funkyrailroad@users.noreply.github.com>
Mon, 25 Nov 2024 21:34:01 +0000 (16:34 -0500)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2024 21:34:01 +0000 (15:34 -0600)
Doc/tutorial/errors.rst

index 4c61cbb2b5bc3dfa611d905c940e06623b4a6877..c01cb8c14a0360d9898f9794b6415bb1c08816c1 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