From: funkyrailroad Date: Mon, 25 Nov 2024 21:34:01 +0000 (-0500) Subject: gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267) X-Git-Tag: v3.14.0a3~208 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26ff32b30553e1f7b0cc822835ad2da8890c180c;p=thirdparty%2FPython%2Fcpython.git gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst (GH-127267) --- diff --git a/Doc/tutorial/errors.rst b/Doc/tutorial/errors.rst index 4c61cbb2b5bc..c01cb8c14a03 100644 --- a/Doc/tutorial/errors.rst +++ b/Doc/tutorial/errors.rst @@ -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