Skip to content

Commit 584b06b

Browse files
authored
Merge pull request #1 from cguilloud/master
Update Readme.md
2 parents 37b1894 + 09b3bad commit 584b06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A quick example of Python 2.7 modules implemented in C using the Python/C API.
55

66
```
77
make all
8-
python -c "import hello; hello.say_hello('World')"
8+
python -c "import hello; hello.greet('World')"
99
python -c "import fib; print fib.fib(5)"
1010
make clean
1111
```

0 commit comments

Comments
 (0)