summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/string/for_unicode.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/tutorial/string/for_unicode.pyx')
-rw-r--r--docs/examples/tutorial/string/for_unicode.pyx12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/examples/tutorial/string/for_unicode.pyx b/docs/examples/tutorial/string/for_unicode.pyx
index aabd562e4..0f8ab0c7d 100644
--- a/docs/examples/tutorial/string/for_unicode.pyx
+++ b/docs/examples/tutorial/string/for_unicode.pyx
@@ -1,6 +1,6 @@
-cdef unicode ustring = u'Hello world'
-
-# NOTE: no typing required for 'uchar' !
-for uchar in ustring:
- if uchar == u'A':
- print("Found the letter A")
+cdef unicode ustring = u'Hello world'
+
+# NOTE: no typing required for 'uchar' !
+for uchar in ustring:
+ if uchar == u'A':
+ print("Found the letter A")