8000 gh-100554: Fix formatting of type.rst modifications (#124066) · python/cpython@4f25e28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4f25e28

Browse files
authored
gh-100554: Fix formatting of type.rst modifications (#124066)
1 parent eadb966 commit 4f25e28

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Doc/c-api/type.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,7 @@ The following functions and structs are used to create
507507
The following internal fields cannot be set at all when creating a heap
508508
type:
509509
510-
* Internal fields:
511-
:c:member:`~PyTypeObject.tp_dict`,
510+
* :c:member:`~PyTypeObject.tp_dict`,
512511
:c:member:`~PyTypeObject.tp_mro`,
513512
:c:member:`~PyTypeObject.tp_cache`,
514513
:c:member:`~PyTypeObject.tp_subclasses`, and
@@ -528,11 +527,11 @@ The following functions and structs are used to create
528527
:c:member:`~PyBufferProcs.bf_releasebuffer` are now available
529528
under the :ref:`limited API <limited-c-api>`.
530529
531-
.. versionchanged:: 3.14
530+
.. versionchanged:: 3.14
532531
533-
The field :c:member:`~PyTypeObject.tp_vectorcall` can now set
534-
using ``Py_tp_vectorcall``. See the field's documentation
535-
for details.
532+
The field :c:member:`~PyTypeObject.tp_vectorcall` can now set
533+
using ``Py_tp_vectorcall``. See the field's documentation
534+
for details.
536535
537536
.. c:member:: void *pfunc
538537

0 commit comments

Comments
 (0)
0