Skip to content

Commit 43f9ca2

Browse files
miss-islingtonpablogsal
authored andcommitted
[3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)
retreived-> retrieved (cherry picked from commit af08f1b) Co-authored-by: Konstantin Popov <[email protected]> Automerge-Triggered-By: GH:Fidget-Spinner
1 parent aac54ef commit 43f9ca2

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
@@ -174,7 +174,7 @@ The following functions and structs are used to create
174174
The *module* argument can be used to record the module in which the new
175175
class is defined. It must be a module object or ``NULL``.
176176
If not ``NULL``, the module is associated with the new type and can later be
177-
retreived with :c:func:`PyType_GetModule`.
177+
retrieved with :c:func:`PyType_GetModule`.
178178
The associated module is not inherited by subclasses; it must be specified
179179
for each class individually.
180180

0 commit comments

Comments
 (0)