]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a typo in c-api/typeobj.rst (#132317)
authorYongzi Li <1538321957@qq.com>
Sun, 13 Apr 2025 07:18:58 +0000 (15:18 +0800)
committerGitHub <noreply@github.com>
Sun, 13 Apr 2025 07:18:58 +0000 (07:18 +0000)
Doc/c-api/typeobj.rst

index 6d2201d02f685dc3f25b9f3b20edddd435cd6b3e..3b9f07778d5ace9d50e42c876c06f6969e2a8495 100644 (file)
@@ -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::