Skip to content

Commit 52e0f56

Browse files
[3.13] Fix a grammar error in the Py_ALWAYS_INLINE doc (GH-129304) (#132877)
Co-authored-by: Kuba_Z2 <[email protected]>
1 parent 9ec6f77 commit 52e0f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/intro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ complete listing.
138138
.. c:macro:: Py_ALWAYS_INLINE
139139
140140
Ask the compiler to always inline a static inline function. The compiler can
141-
ignore it and decides to not inline the function.
141+
ignore it and decide to not inline the function.
142142

143143
It can be used to inline performance critical static inline functions when
144144
building Python in debug mode with function inlining disabled. For example,

0 commit comments

Comments
 (0)