From 13925008dc11f2a235627dc8c0440c0ce99171d9 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Wed, 16 Mar 2011 11:05:33 +0200 Subject: #11565: Fix several typos. Patch by Piotr Kasprzyk. --- Lib/test/test_math.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_math.py') diff --git a/Lib/test/test_math.py b/Lib/test/test_math.py index e53bf2e3a9..9a87d5d307 100644 --- a/Lib/test/test_math.py +++ b/Lib/test/test_math.py @@ -697,7 +697,7 @@ class MathTests(unittest.TestCase): # the following tests have been commented out since they don't # really belong here: the implementation of ** for floats is - # independent of the implemention of math.pow + # independent of the implementation of math.pow #self.assertEqual(1**NAN, 1) #self.assertEqual(1**INF, 1) #self.assertEqual(1**NINF, 1) -- cgit v1.2.1