summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/pure/annotations.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/tutorial/pure/annotations.py')
-rw-r--r--docs/examples/tutorial/pure/annotations.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/tutorial/pure/annotations.py b/docs/examples/tutorial/pure/annotations.py
index 2b8487c0b..09682c352 100644
--- a/docs/examples/tutorial/pure/annotations.py
+++ b/docs/examples/tutorial/pure/annotations.py
@@ -1,5 +1,5 @@
-import cython
-
-def func(foo: dict, bar: cython.int) -> tuple:
- foo["hello world"] = 3 + bar
- return foo, 5
+import cython
+
+def func(foo: dict, bar: cython.int) -> tuple:
+ foo["hello world"] = 3 + bar
+ return foo, 5