Commit 00cc5636 authored by Robert Bradshaw's avatar Robert Bradshaw

Fix typo.

parent c4dc8b6f
......@@ -28,7 +28,7 @@ Building a Cython module using distutils
Imagine a simple "hello world" script in a file ``hello.pyx``::
def say_hello_to(name):
print(Hello %s!" % name)
print("Hello %s!" % name)
The following could be a corresponding ``setup.py`` script::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment