Skip to content

Commit d007731

Browse files
funkyrailroadebonnal
authored andcommitted
pythongh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (pythonGH-127267)
1 parent a94803d commit d007731

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)