mirror of
https://github.com/python/cpython.git
synced 2026-02-09 19:31:41 +00:00
[3.10] Fix minor typo in Doc/c-api/type.rst (GH-28432) (GH-28440)
retreived-> retrieved
(cherry picked from commit af08f1ba40)
Co-authored-by: Konstantin Popov <konst.hardy@gmail.com>
Automerge-Triggered-By: GH:Fidget-Spinner
This commit is contained in:
parent
aac54ef2b3
commit
43f9ca2a97
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ The following functions and structs are used to create
|
|||
The *module* argument can be used to record the module in which the new
|
||||
class is defined. It must be a module object or ``NULL``.
|
||||
If not ``NULL``, the module is associated with the new type and can later be
|
||||
retreived with :c:func:`PyType_GetModule`.
|
||||
retrieved with :c:func:`PyType_GetModule`.
|
||||
The associated module is not inherited by subclasses; it must be specified
|
||||
for each class individually.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue