Skip to content

Commit ace60c3

Browse files
authoredAug 1, 2023
Update Readme.md
1 parent 2a028f1 commit ace60c3

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
@@ -6,7 +6,7 @@ A quick example of Python 3.10 modules implemented in C using the Python/C API.
66
```
77
make all
88
python -c "import hello; hello.greet('World')"
9-
python -c "import fib; print fib.fib(5)"
9+
python -c "import fib; print(fib.fib(5))"
1010
make clean
1111
```
1212

0 commit comments

Comments
 (0)
Please sign in to comment.