mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267)
This commit is contained in:
parent
5bb059fe60
commit
26ff32b305
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue