Commit 6d9f94d4 authored by Stefan Behnel's avatar Stefan Behnel

doc fix

parent 7a647f9f
...@@ -167,7 +167,7 @@ When wrapping a C++ library, strings will usually come in the form of ...@@ -167,7 +167,7 @@ When wrapping a C++ library, strings will usually come in the form of
the :c:type:`std::string` class. Efficient decoding support is the :c:type:`std::string` class. Efficient decoding support is
available in Cython 0.17 and later:: available in Cython 0.17 and later::
# cython: language = c++ # distutils: language = c++
from libcpp.string cimport string from libcpp.string cimport string
......
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