]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix incorrect sentence in stable.rst (GH-149684)
authorManoj K M <manojkmdev24@gmail.com>
Mon, 11 May 2026 15:27:16 +0000 (20:57 +0530)
committerGitHub <noreply@github.com>
Mon, 11 May 2026 15:27:16 +0000 (17:27 +0200)
Doc/c-api/stable.rst

index 0ff066680b8c733edc23039e9b338cca4d5a2cd5..13e5d5c96135c0e94e62587c1114268c207ce0aa 100644 (file)
@@ -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`.