summaryrefslogtreecommitdiff
path: root/tests/errors/cpp_bool.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/cpp_bool.pyx')
-rw-r--r--tests/errors/cpp_bool.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errors/cpp_bool.pyx b/tests/errors/cpp_bool.pyx
index 15fa4d510..11b0d5c2f 100644
--- a/tests/errors/cpp_bool.pyx
+++ b/tests/errors/cpp_bool.pyx
@@ -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"""