We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1b9663 commit 7f263d4Copy full SHA for 7f263d4
Doc/tutorial/errors.rst
@@ -23,7 +23,7 @@ complaint you get while you are still learning Python::
23
^^^^^
24
SyntaxError: invalid syntax
25
26
-The parser repeats the offending line and displays little 'arrow's pointing
+The parser repeats the offending line and displays little arrows pointing
27
at the token in the line where the error was detected. The error may be
28
caused by the absence of a token *before* the indicated token. In the
29
example, the error is detected at the function :func:`print`, since a colon
0 commit comments