Skip to content

Commit af08f1b

Browse files
authored
Fix minor typo in Doc/c-api/type.rst (GH-28432)
retreived-> retrieved
1 parent 209b703 commit af08f1b

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
@@ -187,7 +187,7 @@ The following functions and structs are used to create
187187
The *module* argument can be used to record the module in which the new
188188
class is defined. It must be a module object or ``NULL``.
189189
If not ``NULL``, the module is associated with the new type and can later be
190-
retreived with :c:func:`PyType_GetModule`.
190+
retrieved with :c:func:`PyType_GetModule`.
191191
The associated module is not inherited by subclasses; it must be specified
192192
for each class individually.
193193

0 commit comments

Comments
 (0)