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.9] More minor fixes to C API docs (GH-31525) #32259

Merged
merged 1 commit into from Apr 2, 2022

Conversation

JelleZijlstra
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
@bedevere-bot bedevere-bot added the docs Documentation in the Doc dir label Apr 2, 2022
@JelleZijlstra JelleZijlstra merged commit 6eff004 into python:3.9 Apr 2, 2022
12 checks passed
@JelleZijlstra JelleZijlstra deleted the backport-897bc6f-3.9 branch Apr 2, 2022
hello-adam pushed a commit to hello-adam/cpython that referenced this pull request Jun 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>
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.

None yet

3 participants