summaryrefslogtreecommitdiff
path: root/tests/run/py_hash_t.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/py_hash_t.pyx')
-rw-r--r--tests/run/py_hash_t.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/py_hash_t.pyx b/tests/run/py_hash_t.pyx
index ccdcd82e6..3b20584d0 100644
--- a/tests/run/py_hash_t.pyx
+++ b/tests/run/py_hash_t.pyx
@@ -25,7 +25,7 @@ def assign_py_hash_t(x):
>>> assign_py_hash_t(IntLike(1.5)) # doctest: +ELLIPSIS
Traceback (most recent call last):
...
- TypeError: __index__ ... (type float)
+ TypeError: __index__ ... (type ...float...)
"""
cdef Py_hash_t h = x
return h