diff options
author | Walter Dörwald <walter@livinglogic.de> | 2006-12-21 18:06:30 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2006-12-21 18:06:30 (GMT) |
commit | fd7e162eb95a46761ac9b14c4f77cf447fbe0a64 (patch) | |
tree | ebc29f2717253f9cb991a1abdd0997dd8e340b07 /Modules/timemodule.c | |
parent | 4a8d272dcaa2ac04855315b9082a3ce5f38e0dc0 (diff) | |
download | cpython-fd7e162eb95a46761ac9b14c4f77cf447fbe0a64.zip cpython-fd7e162eb95a46761ac9b14c4f77cf447fbe0a64.tar.gz cpython-fd7e162eb95a46761ac9b14c4f77cf447fbe0a64.tar.bz2 |
Fix typo.
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r-- | Modules/timemodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 444b739..9ab2724 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -659,7 +659,7 @@ void inittimezone(PyObject *m) { time_tzset. In the future, some parts of it can be moved back (for platforms that don't HAVE_WORKING_TZSET, when we know what they are), and the extranious calls to tzset(3) should be removed. - I havn't done this yet, as I don't want to change this code as + I haven't done this yet, as I don't want to change this code as little as possible when introducing the time.tzset and time.tzsetwall methods. This should simply be a method of doing the following once, at the top of this function and removing the call to tzset() from |