summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/string/naive_decode.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/tutorial/string/naive_decode.pyx')
-rw-r--r--docs/examples/tutorial/string/naive_decode.pyx8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/tutorial/string/naive_decode.pyx b/docs/examples/tutorial/string/naive_decode.pyx
index 186d2affa..b3c44d9af 100644
--- a/docs/examples/tutorial/string/naive_decode.pyx
+++ b/docs/examples/tutorial/string/naive_decode.pyx
@@ -1,4 +1,4 @@
-from c_func cimport c_call_returning_a_c_string
-
-cdef char* some_c_string = c_call_returning_a_c_string()
-ustring = some_c_string.decode('UTF-8')
+from c_func cimport c_call_returning_a_c_string
+
+cdef char* some_c_string = c_call_returning_a_c_string()
+ustring = some_c_string.decode('UTF-8')