Commit e8f52fda authored by Stefan Behnel's avatar Stefan Behnel

doc fix

parent 7e137a34
......@@ -171,7 +171,7 @@ available in Cython 0.17 and later::
from libcpp.string cimport string
s = string('abcdefg')
cdef string s = string('abcdefg')
ustring1 = s.decode('UTF-8')
ustring2 = s[2:-2].decode('UTF-8')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment