Skip to content
Snippets Groups Projects
Commit fcb04f10 authored by ='s avatar =
Browse files

Updated doctest output for Python 3.6

parent d18c730f
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ def parse(pair):
>>> parse('invalid')
Traceback (most recent call last):
...
ValueError: need more than 1 value to unpack
ValueError: not enough values to unpack (expected 2, got 1)
Likewise if there is more than one separator:
>>> parse('first: second: third')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment