8000 Fix doc typos by xzmeng · Pull Request #108592 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Fix doc typos #108592

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 9 commits into from
Aug 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix a typo in Doc/c-api/typeobj.rst
  • Loading branch information
xzmeng committed Aug 28, 2023
commit 3576a56ac71d0f78f6ebcc826df5da7961e0da40
2 changes: 1 addition & 1 deletion Doc/c-api/typeobj.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
treated as read-only.

Some types may not store their dictionary in this slot.
Use :c:func:`PyType_GetDict` to retreive the dictionary for an arbitrary
Use :c:func:`PyType_GetDict` to retrieve the dictionary for an arbitrary
type.

.. versionchanged:: 3.12
Expand Down
0