gh-141623: operator.rst: don't use bitwise keyword#141846
Conversation
|
This PR is stale because it has been open for 30 days with no activity. |
|
I'm still waiting for maintainers to review and merge this.
|
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Documentation build overview
17 files changed ·
|
| +-----------------------+-------------------------+---------------------------------------+ | ||
| | Bitwise Exclusive Or | ``a ^ b`` | ``xor(a, b)`` | | ||
| | Bitwise Exclusive Or, | ``a ^ b`` | ``xor(a, b)`` | | ||
| | or, Symmetric | | | |
There was a problem hiding this comment.
I think a comma before "Symmetric" is not needed.
I am not sure that commas before "or" are needed, but I am bad in English. cc @StanFromIreland Maybe remove commas before "or" or remove "or" and keep commas?
There was a problem hiding this comment.
Fixed the extra comma issue.
IMO this change should be backported to the stable release branches.
operator.rstmentioningor_should also mention dict merge operators #141623📚 Documentation preview 📚: https://cpython-previews--141846.org.readthedocs.build/