Skip to content

Commit 2ffc04e

Browse files
authored
doc: fix a grammar error
1 parent 3f2cfd0 commit 2ffc04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/intro.rst

Lines changed: 1 addition & 1 deletion
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)