-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-114967: Fix "Built-in Exceptions" documentation ambiguous wording #114968
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
a50ba28
to
df937e8
Compare
Sorry about the force-push. I mistakenly used the wrong email. |
See #114967 (comment). Let's see if anyone else comments. |
Thank you :) |
Thanks @HarryLHW for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…rding (pythonGH-114968) Change the somewhat vague "listed below" to "listed in this chapter" in Doc/library/exceptions.rst. The exceptions are listed in multiple sections after two intermediate sections. --------- Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 750489c) Co-authored-by: HarryLHW <[email protected]>
GH-115033 is a backport of this pull request to the 3.12 branch. |
…rding (pythonGH-114968) Change the somewhat vague "listed below" to "listed in this chapter" in Doc/library/exceptions.rst. The exceptions are listed in multiple sections after two intermediate sections. --------- Co-authored-by: Terry Jan Reedy <[email protected]> (cherry picked from commit 750489c) Co-authored-by: HarryLHW <[email protected]>
GH-115034 is a backport of this pull request to the 3.11 branch. |
…ording (GH-114968) (#115034) Change the somewhat vague "listed below" to "listed in this chapter" in Doc/library/exceptions.rst. The exceptions are listed in multiple sections after two intermediate sections. --------- (cherry picked from commit 750489c) Co-authored-by: HarryLHW <[email protected]> Co-authored-by: Terry Jan Reedy <[email protected]>
…ording (GH-114968) (#115033) Change the somewhat vague "listed below" to "listed in this chapter" in Doc/library/exceptions.rst. The exceptions are listed in multiple sections after two intermediate sections. --------- (cherry picked from commit 750489c) Co-authored-by: Terry Jan Reedy <[email protected]> Co-authored-by: HarryLHW <[email protected]>
…rding (python#114968) Change the somewhat vague "listed below" to "listed in this chapter" in Doc/library/exceptions.rst. The exceptions are listed in multiple sections after two intermediate sections. --------- Co-authored-by: Terry Jan Reedy <[email protected]>
In the documentation of "Built-in Exceptions", the second paragraph states
The built-in exceptions listed below can be generated by the interpreter or built-in functions
. Because of the new sections "Exception context" and "Inheriting from built-in exceptions" were introduced in Python 3.9, the word "below" became ambiguous. Change 'below' to 'in this chapter'.📚 Documentation preview 📚: https://cpython-previews--114968.org.readthedocs.build/