Skip to content

Commit 6e151ff

Browse files
[3.9] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28441)
retreived-> retrieved (cherry picked from commit af08f1b) Co-authored-by: Konstantin Popov <[email protected]> Automerge-Triggered-By: GH:Fidget-Spinner
1 parent eb9833d commit 6e151ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The following functions and structs are used to create
173173
The *module* argument can be used to record the module in which the new
174174
class is defined. It must be a module object or ``NULL``.
175175
If not ``NULL``, the module is associated with the new type and can later be
176-
retreived with :c:func:`PyType_GetModule`.
176+
retrieved with :c:func:`PyType_GetModule`.
177177
The associated module is not inherited by subclasses; it must be specified
178178
for each class individually.
179179

0 commit comments

Comments
 (0)