From 00cc56363ad2ef2673d5f7d0ccba29ec71c7ccb7 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Tue, 17 Nov 2009 11:20:51 -0800 Subject: [PATCH] Fix typo. --- src/quickstart/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quickstart/build.rst b/src/quickstart/build.rst index 770c8ed4..c17d2dda 100644 --- a/src/quickstart/build.rst +++ b/src/quickstart/build.rst @@ -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:: -- 2.26.2