-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-44713: [doc fix]: typo in subprocess.rst #27297
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
bpo-44713: [doc fix]: typo in subprocess.rst #27297
Conversation
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.
Thanks!
Thanks @jdevries3133 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-27298 is a backport of this pull request to the 3.10 branch. |
This fixes a small typo. The code fragment should not be quoted. Thank you @merwok for the feedback. (cherry picked from commit 7d25254) Co-authored-by: Jack DeVries <[email protected]>
This fixes a small typo. The code fragment should not be quoted. Thank you @merwok for the feedback. (cherry picked from commit 7d25254) Co-authored-by: Jack DeVries <[email protected]>
Thanks @jdevries3133 for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-27327 is a backport of this pull request to the 3.9 branch. |
This fixes a small typo. The code fragment should not be quoted. Thank you @merwok for the feedback. (cherry picked from commit 7d25254) Co-authored-by: Jack DeVries <[email protected]>
This fixes a small typo. The code fragment should not be quoted. Thank you @merwok for the feedback. (cherry picked from commit 7d25254) Co-authored-by: Jack DeVries <[email protected]>
This fixes a small typo. The code fragment should not be quoted. Thank you
@merwok for the feedback.
https://bugs.python.org/issue44713
Automerge-Triggered-By: GH:Mariatta