From 5b36e56b408fefdcdd3c8056b01e2d4a7ab537b1 Mon Sep 17 00:00:00 2001 From: gidden Date: Sun, 21 Apr 2013 14:07:46 -0500 Subject: [PATCH] fixed typo in fib ex --- python/testing/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/testing/Readme.md b/python/testing/Readme.md index 0edd180..1f53ea7 100644 --- a/python/testing/Readme.md +++ b/python/testing/Readme.md @@ -488,7 +488,7 @@ def test_fib3(): assert_equal(obs, exp) -def test_fib3(): +def test_fib4(): obs = fib(13.37) exp = NotImplemented assert_equal(obs, exp) -- 2.26.2