[3.13] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127269)

(cherry picked from commit 26ff32b305)

Co-authored-by: funkyrailroad <funkyrailroad@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-11-25 22:39:59 +01:00 committed by GitHub
parent a1b9663c41
commit 7f263d4444
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View 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