Skip to content

Commit 894ec10

Browse files
[3.15] Fix incorrect sentence in stable.rst (GH-149684) (GH-149814)
(cherry picked from commit 374f9d3) Co-authored-by: Manoj K M <manojkmdev24@gmail.com>
1 parent dc7cad2 commit 894ec10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/stable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ versions of Python.
114114

115115
All functions in Stable ABI are present as functions in Python's shared
116116
library, not solely as macros.
117-
This makes them usable are usable from languages that don't use the C
117+
This makes them usable in languages that don't use the C
118118
preprocessor, including Python's :py:mod:`ctypes`.
119119

120120

0 commit comments

Comments
 (0)