From: Serhiy Storchaka <storchaka@gmail.com>
Date: Thu, 19 Mar 2015 17:52:50 +0000 (+0200)
Subject: Fixed Misc/NEWS entry for issue #23136.
X-Git-Tag: v3.5.0a3~131^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64c439d3aefc5da807793a204b420fdd39ab060e;p=python

Fixed Misc/NEWS entry for issue #23136.
---

diff --git a/Misc/NEWS b/Misc/NEWS
index 4d9ca02feb..c6d2661cc1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,7 +19,7 @@ Library
 -------
 
 - Issue #23136: _strptime now uniformly handles all days in week 0, including
-  Jan 30 of previous year.  Based on patch by Jim Carroll.
+  Dec 30 of previous year.  Based on patch by Jim Carroll.
 
 - Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to
   NamedTemporaryFile instance.  Patch by Bohuslav Kabrda.