8000 gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst … · python/cpython@26ff32b · GitHub
[go: up one dir, main page]

Skip to content

Commit 26ff32b

Browse files
gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267)
1 parent 5bb059f commit 26ff32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/errors.rst

Lines changed: 1 addition & 1 deletion
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)
0