summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2016-11-08 21:57:22 (GMT)
committerYury Selivanov <yury@magic.io>2016-11-08 21:57:22 (GMT)
commitc3d7dbb82122b7bd14da9493d82f6675510f206a (patch)
tree698ab23f7aadce664865bee880f569d65b43fddb /Misc
parent1a9d687a496ff81db0f6bde1437b0a2dcdd5dba7 (diff)
downloadcpython-c3d7dbb82122b7bd14da9493d82f6675510f206a.zip
cpython-c3d7dbb82122b7bd14da9493d82f6675510f206a.tar.gz
cpython-c3d7dbb82122b7bd14da9493d82f6675510f206a.tar.bz2
news: Fix a typo
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 361e608..fee8579 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,7 +18,7 @@ Core and Builtins
should result in PendingDeprecationWarning in 3.5 and in
DeprecationWarning in 3.6.
-- Issue #26182: Fix ia refleak in code that raises DeprecationWarning.
+- Issue #26182: Fix a refleak in code that raises DeprecationWarning.
Library
-------