We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209b703 commit af08f1bCopy full SHA for af08f1b
Doc/c-api/type.rst
@@ -187,7 +187,7 @@ The following functions and structs are used to create
187
The *module* argument can be used to record the module in which the new
188
class is defined. It must be a module object or ``NULL``.
189
If not ``NULL``, the module is associated with the new type and can later be
190
- retreived with :c:func:`PyType_GetModule`.
+ retrieved with :c:func:`PyType_GetModule`.
191
The associated module is not inherited by subclasses; it must be specified
192
for each class individually.
193
0 commit comments