Skip to content

Commit 09b3bad

Browse files
authored
Update Readme.md
fix typo : say_hello -> greet
1 parent 37b1894 commit 09b3bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
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)