We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3806772 commit 619037aCopy full SHA for 619037a
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