summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/string/for_char.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/tutorial/string/for_char.pyx')
-rw-r--r--docs/examples/tutorial/string/for_char.pyx12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/tutorial/string/for_char.pyx b/docs/examples/tutorial/string/for_char.pyx
index adc16bcd8..81abae97c 100644
--- a/docs/examples/tutorial/string/for_char.pyx
+++ b/docs/examples/tutorial/string/for_char.pyx
@@ -1,6 +1,6 @@
-cdef char* c_string = "Hello to A C-string's world"
-
-cdef char c
-for c in c_string[:11]:
- if c == 'A':
- print("Found the letter A")
+cdef char* c_string = "Hello to A C-string's world"
+
+cdef char c
+for c in c_string[:11]:
+ if c == 'A':
+ print("Found the letter A")