mirror of
https://github.com/python/cpython.git
synced 2025-10-03 13:45:29 +00:00
gh-100554: Fix formatting of type.rst modifications (#124066)
This commit is contained in:
parent
eadb9660ed
commit
4f25e282ad
1 changed files with 5 additions and 6 deletions
|
@ -507,8 +507,7 @@ The following functions and structs are used to create
|
|||
The following internal fields cannot be set at all when creating a heap
|
||||
type:
|
||||
|
||||
* Internal fields:
|
||||
:c:member:`~PyTypeObject.tp_dict`,
|
||||
* :c:member:`~PyTypeObject.tp_dict`,
|
||||
:c:member:`~PyTypeObject.tp_mro`,
|
||||
:c:member:`~PyTypeObject.tp_cache`,
|
||||
:c:member:`~PyTypeObject.tp_subclasses`, and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue