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

[3.10] More minor fixes to C API docs (GH-31525) #32258

Merged
merged 1 commit into from Apr 2, 2022

Conversation

Copy link
Member

@JelleZijlstra JelleZijlstra commented Apr 2, 2022

  • wording fixes in type.rst

  • grammar and punctuation in sys.rst

  • set: grammar fixes

  • structures: capitalization fix

  • grammar fixes for sequence

  • objects: point to Py_TYPE instead of direct object access

  • numbers: add more explicit Python equivalences

  • method: add missing period

  • memory: grammar fix

  • mapping: grammar fixes

  • long: grammar fix

  • iter: fix grammar for PyAIter_Check

  • init: grammar fix.
    (cherry picked from commit 897bc6f)

Co-authored-by: Jelle Zijlstra jelle.zijlstra@gmail.com

* wording fixes in type.rst

* grammar and punctuation in sys.rst

* set: grammar fixes

* structures: capitalization fix

* grammar fixes for sequence

* objects: point to Py_TYPE instead of direct object access

* numbers: add more explicit Python equivalences

* method: add missing period

* memory: grammar fix

* mapping: grammar fixes

* long: grammar fix

* iter: fix grammar for PyAIter_Check

* init: grammar fix.
(cherry picked from commit 897bc6f)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
@JelleZijlstra JelleZijlstra self-assigned this Apr 2, 2022
@JelleZijlstra JelleZijlstra merged commit 11f5fd1 into python:3.10 Apr 2, 2022
12 checks passed
@JelleZijlstra JelleZijlstra deleted the backport-897bc6f-3.10 branch Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants