summaryrefslogtreecommitdiff
path: root/tests/run/list_pop.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/list_pop.pyx')
-rw-r--r--tests/run/list_pop.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run/list_pop.pyx b/tests/run/list_pop.pyx
index b1379f199..3e7c5bdf5 100644
--- a/tests/run/list_pop.pyx
+++ b/tests/run/list_pop.pyx
@@ -206,7 +206,7 @@ def crazy_pop(L):
"""
>>> crazy_pop(list(range(10))) # doctest: +ELLIPSIS
Traceback (most recent call last):
- TypeError: pop... at most ... argument...
+ TypeError: pop... argument...
>>> crazy_pop(A())
(1, 2, 3)
"""