8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b18e0 commit f69b344Copy full SHA for f69b344
Doc/c-api/typeobj.rst
@@ -611,7 +611,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
611
Note that the :c:member:`~PyVarObject.ob_size` field may later be used for
612
other purposes. For example, :py:type:`int` instances use the bits of
613
:c:member:`~PyVarObject.ob_size` in an implementation-defined
614
- way; the underlying storage and its size should be acessed using
+ way; the underlying storage and its size should be accessed using
615
:c:func:`PyLong_Export`.
616
617
.. note::
0 commit comments