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
Fix awkward sentence in signal docs #91508
Conversation
Doc/library/signal.rst
Outdated
| order to avoid :exc:`BrokenPipeError`. Doing that would also | ||
| cause your program to exit unexpectedly whenever any socket |
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.
| order to avoid :exc:`BrokenPipeError`. Doing that would also | |
| cause your program to exit unexpectedly whenever any socket | |
| order to avoid :exc:`BrokenPipeError`. Doing that causes | |
| your program to exit unexpectedly whenever any socket |
More concise wording
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.
Ack, sorry for the delayed response. This doesn't quite feel right since I feel like this should be in the future tense? Maybe just remove "also", though I don't care that much and don't want to kill a bunch of time bikeshedding.
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.
Sure, let's change it back to "would cause" and then I'll merge it
|
Thanks @strugee for the PR, and @JelleZijlstra for merging it |
|
GH-91716 is a backport of this pull request to the 3.10 branch. |
|
GH-91717 is a backport of this pull request to the 3.9 branch. |
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 326ae71) Co-authored-by: AJ Jordan <alex@strugee.net>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 326ae71) Co-authored-by: AJ Jordan <alex@strugee.net>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 326ae71) Co-authored-by: AJ Jordan <alex@strugee.net>
The diff is kind of hard to read because I reformatted where the paragraph breaks, but all I did was move the position of
alsoin the sentence.