summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_datetime.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 13:56:09 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 13:56:09 (GMT)
commit419e23cbb07a624609a219919eaecd3c61d8e9b4 (patch)
tree164360b1ac41a74ba86a16d8918770540d06c641 /Lib/test/test_datetime.py
parent5dd99ebbc25ac0e182cb00ac4c67aef8d32a6755 (diff)
downloadcpython-419e23cbb07a624609a219919eaecd3c61d8e9b4.zip
cpython-419e23cbb07a624609a219919eaecd3c61d8e9b4.tar.gz
cpython-419e23cbb07a624609a219919eaecd3c61d8e9b4.tar.bz2
#18466: fix more typos. Patch by Févry Thibault.
Diffstat (limited to 'Lib/test/test_datetime.py')
-rw-r--r--Lib/test/test_datetime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_datetime.py b/Lib/test/test_datetime.py
index d246d60..13ff5a3 100644
--- a/Lib/test/test_datetime.py
+++ b/Lib/test/test_datetime.py
@@ -124,7 +124,7 @@ class TestTZInfo(unittest.TestCase):
self.assertEqual(derived.tzname(None), 'cookie')
#############################################################################
-# Base clase for testing a particular aspect of timedelta, time, date and
+# Base class for testing a particular aspect of timedelta, time, date and
# datetime comparisons.
class HarmlessMixedComparison: