summaryrefslogtreecommitdiffstats
path: root/Lib/test/datetimetester.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-08-17 13:57:41 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-08-17 13:57:41 (GMT)
commit85a8629d2134969fc9c35b56509d3a76d9dccecf (patch)
tree6c124696b1ee60500341b94040d1055527c05991 /Lib/test/datetimetester.py
parentb5bc353b8893461b0ecdf0e4bc2b299ef2b19bc0 (diff)
downloadcpython-85a8629d2134969fc9c35b56509d3a76d9dccecf.zip
cpython-85a8629d2134969fc9c35b56509d3a76d9dccecf.tar.gz
cpython-85a8629d2134969fc9c35b56509d3a76d9dccecf.tar.bz2
#18466: fix more typos. Patch by FĂ©vry Thibault.
Diffstat (limited to 'Lib/test/datetimetester.py')
-rw-r--r--Lib/test/datetimetester.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py
index 931ef6f..3226bce 100644
--- a/Lib/test/datetimetester.py
+++ b/Lib/test/datetimetester.py
@@ -250,7 +250,7 @@ class TestTimeZone(unittest.TestCase):
t.replace(tzinfo=tz).dst())
#############################################################################
-# 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: