We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2cfd0 commit 2ffc04eCopy full SHA for 2ffc04e
Doc/c-api/intro.rst
@@ -138,7 +138,7 @@ complete listing.
138
.. c:macro:: Py_ALWAYS_INLINE
139
140
Ask the compiler to always inline a static inline function. The compiler can
141
- ignore it and decides to not inline the function.
+ ignore it and decide to not inline the function.
142
143
It can be used to inline performance critical static inline functions when
144
building Python in debug mode with function inlining disabled. For example,
0 commit comments