Skip to content
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

Merged
merged 3 commits into from Apr 20, 2022
Merged

Fix awkward sentence in signal docs #91508

merged 3 commits into from Apr 20, 2022

Conversation

Copy link
Contributor

@strugee strugee commented Apr 13, 2022

The diff is kind of hard to read because I reformatted where the paragraph breaks, but all I did was move the position of also in the sentence.

order to avoid :exc:`BrokenPipeError`. Doing that would also
cause your program to exit unexpectedly whenever any socket
Copy link
Member

@JelleZijlstra JelleZijlstra Apr 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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

Copy link
Contributor Author

@strugee strugee Apr 19, 2022

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.

Copy link
Member

@JelleZijlstra JelleZijlstra Apr 19, 2022

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

@JelleZijlstra JelleZijlstra self-assigned this Apr 14, 2022
Doc/library/signal.rst Outdated Show resolved Hide resolved
@JelleZijlstra JelleZijlstra merged commit 326ae71 into python:main Apr 20, 2022
13 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Apr 20, 2022

Thanks @strugee for the PR, and @JelleZijlstra for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒🤖

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Apr 20, 2022

GH-91716 is a backport of this pull request to the 3.10 branch.

@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Apr 20, 2022

GH-91717 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Apr 20, 2022
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 326ae71)

Co-authored-by: AJ Jordan <alex@strugee.net>
miss-islington added a commit that referenced this issue Apr 20, 2022
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 326ae71)

Co-authored-by: AJ Jordan <alex@strugee.net>
miss-islington added a commit that referenced this issue Apr 20, 2022
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 326ae71)

Co-authored-by: AJ Jordan <alex@strugee.net>
@strugee strugee deleted the patch-3 branch Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants