summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-07-23 16:13:01 +0200
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-07-23 16:13:01 +0200
commit0d2889f56c31b4a91f1fe74d8728a02890f51014 (patch)
tree24175b5e4b41fd46efea5d05600274b34cf910a4
parentb42c53e442b211d0ded1d4c9abd18c74d29ed663 (diff)
downloadcpython-git-0d2889f56c31b4a91f1fe74d8728a02890f51014.tar.gz
Fix typo in NEWS entry for dbf1e1a27427.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7448838b20..2ad6f63fbf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,7 +37,7 @@ Core and Builtins
Library
-------
-- Issue #10883: Fix socket leaks in urllib.request when using FTP.
+- Issue #10883: Fix socket leaks in urllib when using FTP.
- Issue #12592: Make Python build on OpenBSD 5 (and future major releases).