https://github.com/python/cpython/commit/374f9d3f5e70d2204d88ab123f29825d71537de2 commit: 374f9d3f5e70d2204d88ab123f29825d71537de2 branch: main author: Manoj K M <[email protected]> committer: encukou <[email protected]> date: 2026-05-11T17:27:16+02:00 summary:
Fix incorrect sentence in stable.rst (GH-149684) files: M Doc/c-api/stable.rst diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst index 0ff066680b8c73..13e5d5c96135c0 100644 --- a/Doc/c-api/stable.rst +++ b/Doc/c-api/stable.rst @@ -114,7 +114,7 @@ versions of Python. All functions in Stable ABI are present as functions in Python's shared library, not solely as macros. -This makes them usable are usable from languages that don't use the C +This makes them usable in languages that don't use the C preprocessor, including Python's :py:mod:`ctypes`. _______________________________________________ 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]
