Commit 8416b298 authored by Stefan Behnel's avatar Stefan Behnel

adapted doctest for PyPy

parent 3d254358
...@@ -154,7 +154,7 @@ def crazy_pop(L): ...@@ -154,7 +154,7 @@ def crazy_pop(L):
""" """
>>> crazy_pop(list(range(10))) # doctest: +ELLIPSIS >>> crazy_pop(list(range(10))) # doctest: +ELLIPSIS
Traceback (most recent call last): Traceback (most recent call last):
TypeError: pop... at most 1 argument...3... TypeError: pop... at most ... argument...
>>> crazy_pop(A()) >>> crazy_pop(A())
(1, 2, 3) (1, 2, 3)
""" """
......
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