Skip to content

Commit b2b1ba8

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 87b13a8 + 0cbdb3e commit b2b1ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinx/source/simple_example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ which will give us access to the whole Python C API (we will use that later on):
4949

5050
.. code-block:: c
5151
52-
#define PPY_SSIZE_T_CLEAN
52+
#define PY_SSIZE_T_CLEAN
5353
#include "Python.h"
5454
5555
long fibonacci(long index) {

0 commit comments

Comments
 (0)