diff options
author | Christian Clauss <cclauss@me.com> | 2021-10-07 08:34:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-07 08:34:42 (GMT) |
commit | dd02a696e55b450413e765e698e653d781ca4205 (patch) | |
tree | 56559f73fe0771d9354abcd0131fa113f5975bc1 /Modules/_zoneinfo.c | |
parent | 5baec4aea6821256f5d1785a6bd596fab069f1b6 (diff) | |
download | cpython-dd02a696e55b450413e765e698e653d781ca4205.zip cpython-dd02a696e55b450413e765e698e653d781ca4205.tar.gz cpython-dd02a696e55b450413e765e698e653d781ca4205.tar.bz2 |
Fix typos in the Modules directory (GH-28761)
Diffstat (limited to 'Modules/_zoneinfo.c')
-rw-r--r-- | Modules/_zoneinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_zoneinfo.c b/Modules/_zoneinfo.c index c722330..04fa094 100644 --- a/Modules/_zoneinfo.c +++ b/Modules/_zoneinfo.c @@ -1342,7 +1342,7 @@ tzrule_transitions(_tzrule *rule, int year, int64_t *start, int64_t *end) * could technically be calculated from the timestamp, but given that the * callers of this function already have the year information accessible from * the datetime struct, it is taken as an additional parameter to reduce - * unncessary calculation. + * unnecessary calculation. * */ static _ttinfo * find_tzrule_ttinfo(_tzrule *rule, int64_t ts, unsigned char fold, int year) |