summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/array/safe_usage.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/tutorial/array/safe_usage.pyx')
-rw-r--r--docs/examples/tutorial/array/safe_usage.pyx12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/tutorial/array/safe_usage.pyx b/docs/examples/tutorial/array/safe_usage.pyx
index 61d6b39eb..15107ae92 100644
--- a/docs/examples/tutorial/array/safe_usage.pyx
+++ b/docs/examples/tutorial/array/safe_usage.pyx
@@ -1,6 +1,6 @@
-from cpython cimport array
-import array
-cdef array.array a = array.array('i', [1, 2, 3])
-cdef int[:] ca = a
-
-print(ca[0])
+from cpython cimport array
+import array
+cdef array.array a = array.array('i', [1, 2, 3])
+cdef int[:] ca = a
+
+print(ca[0])