File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments