Skip to content

gh-125615: Replace "without ... nor" with "with neither ... nor" #125617

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

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

corneliusroemer
Copy link
Contributor

@corneliusroemer corneliusroemer commented Oct 16, 2024

"without ... nor" is incorrect grammar. This PR replaces it with the correct "with neither ... nor" - an alternative would be "without ... or" but for clarity, neither-nor is chosen.

Resolves #125615


📚 Documentation preview 📚: https://cpython-previews--125617.org.readthedocs.build/

@zware zware merged commit aab3210 into python:main Oct 16, 2024
29 checks passed
@zware
Copy link
Member

zware commented Oct 16, 2024

Thanks for the patch!

@zware zware added the needs backport to 3.13 bugs and security fixes label Oct 16, 2024
@miss-islington-app
Copy link

Thanks @corneliusroemer for the PR, and @zware for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 16, 2024
…r appendix (pythonGH-125617)

Replace "without ... nor" with "with neither ... nor"
(cherry picked from commit aab3210)

Co-authored-by: Cornelius Roemer <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Oct 16, 2024

GH-125619 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Oct 16, 2024
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
…r appendix (pythonGH-125617)

Replace "without ... nor" with "with neither ... nor"
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 news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Grammar error in appendix: "with output nor the ..." should be "with neither output nor the..."
2 participants