From f69b344e0944bd8d59d2dc4d98e988cc4dbfadf3 Mon Sep 17 00:00:00 2001 From: Yongzi Li <1538321957@qq.com> Date: Sun, 13 Apr 2025 15:18:58 +0800 Subject: Fix a typo in c-api/typeobj.rst (#132317) --- Doc/c-api/typeobj.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index 6d2201d..3b9f077 100644 --- a/Doc/c-api/typeobj.rst +++ b/Doc/c-api/typeobj.rst @@ -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:: -- cgit v0.12