We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a028f1 commit ace60c3Copy full SHA for ace60c3
Readme.md
@@ -6,7 +6,7 @@ A quick example of Python 3.10 modules implemented in C using the Python/C API.
6
```
7
make all
8
python -c "import hello; hello.greet('World')"
9
-python -c "import fib; print fib.fib(5)"
+python -c "import fib; print(fib.fib(5))"
10
make clean
11
12
0 commit comments