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 e1bdecb commit 5683902Copy full SHA for 5683902
Doc/c-api/type.rst
@@ -174,7 +174,7 @@ The following functions and structs are used to create
174
The *module* argument can be used to record the module in which the new
175
class is defined. It must be a module object or ``NULL``.
176
If not ``NULL``, the module is associated with the new type and can later be
177
- retreived with :c:func:`PyType_GetModule`.
+ retrieved with :c:func:`PyType_GetModule`.
178
The associated module is not inherited by subclasses; it must be specified
179
for each class individually.
180
0 commit comments