summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 36aafd9..55b261e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -505,7 +505,7 @@ Library
in os.kill().
- Add support for unary plus and unary minus to collections.Counter().
- Issue #13121: Also an support for inplace math operators.
+ Issue #13121: Also add support for inplace math operators.
- Issue #12683: urlparse updated to include svn as schemes that uses relative
paths. (svn from 1.5 onwards support relative path).