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