-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
gh-127265: Remove single quotes from 'arrow's in tutorial/errors.rst #127267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now I understand your confusion :)
There's some mildly interesting history to this line if you want to go digging. I think we might be due to more significantly rewrite this paragraph, but I agree that just removing the single-quotes is a quick boost to readability here.
Thanks @funkyrailroad for the PR, and @zware for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @funkyrailroad for the PR, and @zware for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…s.rst (pythonGH-127267) (cherry picked from commit 26ff32b) Co-authored-by: funkyrailroad <[email protected]>
…s.rst (pythonGH-127267) (cherry picked from commit 26ff32b) Co-authored-by: funkyrailroad <[email protected]>
GH-127268 is a backport of this pull request to the 3.12 branch. |
GH-127269 is a backport of this pull request to the 3.13 branch. |
#127265
📚 Documentation preview 📚: https://cpython-previews--127267.org.readthedocs.build/