Commit f7951939 authored by Stefan Behnel's avatar Stefan Behnel

fix doctest

parent 3d50abd9
......@@ -20,7 +20,7 @@ if IS_PY3:
... else: print("FAILED!")
>>> def f(*, kw, b): pass
>>> errors_call_3args_2kwargs(f)
>>> try: errors_call_3args_2kwargs(f)
... except TypeError: pass
... else: print("FAILED!")
......
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