Skip to content
Snippets Groups Projects
Commit c1c69b2e authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Merge branch 'patch-1' into 'master'

Updated doctest's output to reflect error message found in summer 2019.

See merge request !1
parents a8117552 8cee2715
No related branches found
No related tags found
1 merge request!1Updated doctest's output to reflect error message found in summer 2019.
......@@ -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