Skip to content

Commit

Permalink
[3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)
Browse files Browse the repository at this point in the history
retreived-> retrieved
(cherry picked from commit af08f1b)


Co-authored-by: Konstantin Popov <konst.hardy@gmail.com>

Automerge-Triggered-By: GH:Fidget-Spinner
  • Loading branch information
miss-islington committed Sep 18, 2021
1 parent e1bdecb commit 5683902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/c-api/type.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ The following functions and structs are used to create
The *module* argument can be used to record the module in which the new
class is defined. It must be a module object or ``NULL``.
If not ``NULL``, the module is associated with the new type and can later be
retreived with :c:func:`PyType_GetModule`.
retrieved with :c:func:`PyType_GetModule`.
The associated module is not inherited by subclasses; it must be specified
for each class individually.
Expand Down

0 comments on commit 5683902

Please sign in to comment.