summaryrefslogtreecommitdiff
path: root/docs/examples/quickstart/build/hello.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/quickstart/build/hello.pyx')
-rw-r--r--docs/examples/quickstart/build/hello.pyx4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/quickstart/build/hello.pyx b/docs/examples/quickstart/build/hello.pyx
index 47fc8d1cf..da1b827ac 100644
--- a/docs/examples/quickstart/build/hello.pyx
+++ b/docs/examples/quickstart/build/hello.pyx
@@ -1,2 +1,2 @@
-def say_hello_to(name):
- print("Hello %s!" % name)
+def say_hello_to(name):
+ print("Hello %s!" % name)