aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndrew Murray <radarhere@gmail.com>2015-05-26 13:45:58 +1000
committerAndrew Murray <radarhere@gmail.com>2015-05-26 13:45:58 +1000
commit0e2f222932d9f8550927baabfbafcd1ed474e90d (patch)
tree377bd256665787397d70cacedbd955f8903a7a7e /NEWS
parent6c1b80bcdbe60d4e2aaa6739003d649da5e66111 (diff)
downloaddateutil-0e2f222932d9f8550927baabfbafcd1ed474e90d.tar.gz
Fixed typo in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b7725aa..fe0de4e 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ Version 2.4.2
if not a unicode type. gh #51 (lp:1331576), gh pr #55.
- Fix a parser issue where AM and PM tokens were showing up in fuzzy date
stamps, triggering inappropriate errors. gh #56 (lp: 1428895), gh pr #63.
-- Missing function "setcachsize" removed from zoneinfo __all__ list by @ryanss,
+- Missing function "setcachesize" removed from zoneinfo __all__ list by @ryanss,
fixing an issue with wildcard imports of dateutil.zoneinfo. (gh pr #66).
- (PyPi only) Fix an issue with source distributions not including the test
suite.