Skip to content

Fix awkward sentence in signal docs#91508

Merged
JelleZijlstra merged 3 commits intopython:mainfrom
strugee:patch-3
Apr 20, 2022
Merged

Fix awkward sentence in signal docs#91508
JelleZijlstra merged 3 commits intopython:mainfrom
strugee:patch-3

Conversation

@strugee
Copy link
Copy Markdown
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.

Comment thread Doc/library/signal.rst Outdated
Comment on lines +715 to +716
order to avoid :exc:`BrokenPipeError`. Doing that would also
cause your program to exit unexpectedly whenever any socket
Copy link
Copy Markdown
Member

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
Copy Markdown
Contributor Author

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
Copy Markdown
Member

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
Comment thread Doc/library/signal.rst Outdated
@miss-islington
Copy link
Copy Markdown
Contributor

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
Copy Markdown

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

@bedevere-bot
Copy link
Copy Markdown

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 pull request 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 pull request 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 pull request 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 April 20, 2022 19:55
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 2, 2022
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 326ae71)

Co-authored-by: AJ Jordan <alex@strugee.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip issue skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants