diff options
author | penguindustin <penguindustin@gmail.com> | 2019-05-06 14:57:17 -0400 |
---|---|---|
committer | Stéphane Wirtel <stephane@wirtel.be> | 2019-05-06 14:57:17 -0400 |
commit | 964663089547ca110199e23867b46b07ff4be88c (patch) | |
tree | 7936a6abc5e5c20058b4f51dbd8379eb4658e42d /Lib/test/datetimetester.py | |
parent | 3921b1cc34c2fc8b8b480c19a95ec306de710fdd (diff) | |
download | cpython-git-964663089547ca110199e23867b46b07ff4be88c.tar.gz |
bpo-36766: Typos in docs and code comments (GH-13116)
Diffstat (limited to 'Lib/test/datetimetester.py')
-rw-r--r-- | Lib/test/datetimetester.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/datetimetester.py b/Lib/test/datetimetester.py index 9fe32ebc5b..af0047fafd 100644 --- a/Lib/test/datetimetester.py +++ b/Lib/test/datetimetester.py @@ -3483,7 +3483,7 @@ class TZInfoBase: self.assertEqual(got, expected) # However, if they're different members, uctoffset is not ignored. - # Note that a time can't actually have an operand-depedent offset, + # Note that a time can't actually have an operand-dependent offset, # though (and time.utcoffset() passes None to tzinfo.utcoffset()), # so skip this test for time. if cls is not time: |