mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Fix a typo in c-api/typeobj.rst (#132317)
This commit is contained in:
parent
03b18e0d8c
commit
f69b344e09
1 changed files with 1 additions and 1 deletions
|
|
@ -611,7 +611,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
|
|||
Note that the :c:member:`~PyVarObject.ob_size` field may later be used for
|
||||
other purposes. For example, :py:type:`int` instances use the bits of
|
||||
:c:member:`~PyVarObject.ob_size` in an implementation-defined
|
||||
way; the underlying storage and its size should be acessed using
|
||||
way; the underlying storage and its size should be accessed using
|
||||
:c:func:`PyLong_Export`.
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue