mirror of
https://github.com/python/cpython.git
synced 2025-09-20 07:31:10 +00:00
Remove duplicate word (rules)
This commit is contained in:
parent
eb189934ce
commit
ada859c111
1 changed files with 1 additions and 1 deletions
|
@ -1974,7 +1974,7 @@ removing any dependence on a system version or local installation of
|
||||||
Expat.
|
Expat.
|
||||||
|
|
||||||
\item If you dynamically allocate type objects in your extension, you
|
\item If you dynamically allocate type objects in your extension, you
|
||||||
should be aware of a change in the rules rules relating to the
|
should be aware of a change in the rules relating to the
|
||||||
\member{__module__} and \member{__name__} attributes. In summary,
|
\member{__module__} and \member{__name__} attributes. In summary,
|
||||||
you will want to ensure the type's dictionary contains a
|
you will want to ensure the type's dictionary contains a
|
||||||
\code{'__module__'} key; making the module name the part of the type
|
\code{'__module__'} key; making the module name the part of the type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue