Commit daeebebb authored by Stefan Behnel's avatar Stefan Behnel

typo

parent 59491eea
...@@ -87,7 +87,7 @@ not modify a string they return, for example: ...@@ -87,7 +87,7 @@ not modify a string they return, for example:
int process_string(const char* s); int process_string(const char* s);
const unsigned char* look_up_cached_string(const unsigned char* key); const unsigned char* look_up_cached_string(const unsigned char* key);
Cython does not currently have support for the "const" modifier in Cython does not currently have support for the ``const`` modifier in
the language, but it allows users to make the necessary declarations the language, but it allows users to make the necessary declarations
at a textual level. at a textual level.
......
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