From 8cee27150c4a153b57e4ce89a4cff999c57ffaf6 Mon Sep 17 00:00:00 2001
From: Christopher Bohn <bohn@unl.edu>
Date: Wed, 31 Jul 2019 17:35:39 +0000
Subject: [PATCH] Updated doctest's output to reflect error message found in
 summer 2019.

---
 examples.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples.py b/examples.py
index b0790a7..a8eaab0 100644
--- a/examples.py
+++ b/examples.py
@@ -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')
-- 
GitLab