We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87b13a8 + 0cbdb3e commit b2b1ba8Copy full SHA for b2b1ba8
1 file changed
doc/sphinx/source/simple_example.rst
@@ -49,7 +49,7 @@ which will give us access to the whole Python C API (we will use that later on):
49
50
.. code-block:: c
51
52
- #define PPY_SSIZE_T_CLEAN
+ #define PY_SSIZE_T_CLEAN
53
#include "Python.h"
54
55
long fibonacci(long index) {
0 commit comments