]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] Fix incorrect sentence in stable.rst (GH-149684) (GH-149814)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 May 2026 23:34:59 +0000 (01:34 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 23:34:59 +0000 (01:34 +0200)
(cherry picked from commit 374f9d3f5e70d2204d88ab123f29825d71537de2)

Co-authored-by: Manoj K M <manojkmdev24@gmail.com>
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`.