https://github.com/python/cpython/commit/244a64244396cb1c5c04323471a22157b839ef14 commit: 244a64244396cb1c5c04323471a22157b839ef14 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: picnixz <10796600+picn...@users.noreply.github.com> date: 2025-04-13T07:24:46Z summary:
[3.13] Fix a typo in c-api/typeobj.rst (GH-132317) (#132464) Fix a typo in c-api/typeobj.rst (GH-132317) (cherry picked from commit f69b344e0944bd8d59d2dc4d98e988cc4dbfadf3) Co-authored-by: Yongzi Li <1538321...@qq.com> files: M Doc/c-api/typeobj.rst diff --git a/Doc/c-api/typeobj.rst b/Doc/c-api/typeobj.rst index f531e326862a17..93c377c54bc73b 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 -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com