From: gidden Date: Sun, 21 Apr 2013 19:07:46 +0000 (-0500) Subject: fixed typo in fib ex X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5b36e56b408fefdcdd3c8056b01e2d4a7ab537b1;p=swc-testing-nose.git fixed typo in fib ex --- 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)