Commit 2b52df4d authored by da-woods's avatar da-woods Committed by GitHub
parent c830db81
......@@ -1286,7 +1286,7 @@ constants within a Cython source file.
.. note::
This feature has very little use cases. Specifically, is is not a good
This feature has very little use cases. Specifically, it is not a good
way to adapt code to platform and environment. Use code generation or
(preferably) C compile time adaptation for this. See, for example,
:ref:`verbatim_c`.
......
......@@ -5,7 +5,7 @@ from libcpp.string cimport string
cdef foo():
cdef string field
if field: # field cannot be coerced to book
if field: # field cannot be coerced to bool
pass
_ERRORS = u"""
......
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