Skip to content

Commit 619037a

Browse files
[3.12] gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127268)
(cherry picked from commit 26ff32b) Co-authored-by: funkyrailroad <[email protected]>
1 parent 3806772 commit 619037a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/errors.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ complaint you get while you are still learning Python::
2323
^^^^^
2424
SyntaxError: invalid syntax
2525

26-
The parser repeats the offending line and displays little 'arrow's pointing
26+
The parser repeats the offending line and displays little arrows pointing
2727
at the token in the line where the error was detected. The error may be
2828
caused by the absence of a token *before* the indicated token. In the
2929
example, the error is detected at the function :func:`print`, since a colon

0 commit comments

Comments
 (0)