We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be7505 commit 244a642Copy full SHA for 244a642
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