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