https://github.com/python/cpython/commit/f69b344e0944bd8d59d2dc4d98e988cc4dbfadf3
commit: f69b344e0944bd8d59d2dc4d98e988cc4dbfadf3
branch: main
author: Yongzi Li <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-04-13T07:18:58Z
summary:
Fix a typo in c-api/typeobj.rst (#132317)
files:
M Doc/c-api/typeobj.rst
diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst
index 6d2201d02f685d..3b9f07778d5ace 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::
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]