8000 Fix a typo in c-api/typeobj.rst (#132317) · python/cpython@f69b344 · GitHub
[go: up one dir, main page]

Skip to content

Commit f69b344

Browse files
authored
Fix a typo in c-api/typeobj.rst (#132317)
1 parent 03b18e0 commit f69b344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/typeobj.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
611611
Note that the :c:member:`~PyVarObject.ob_size` field may later be used for
612612
other purposes. For example, :py:type:`int` instances use the bits of
613613
:c:member:`~PyVarObject.ob_size` in an implementation-defined
614-
way; the underlying storage and its size should be acessed using
614+
way; the underlying storage and its size should be accessed using
615615
:c:func:`PyLong_Export`.
616616

617617
.. note::

0 commit comments

Comments
 (0)
0