]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix news entry formatting nits
authorÉric Araujo <merwok@netwok.org>
Tue, 5 Oct 2010 00:04:20 +0000 (00:04 +0000)
committerÉric Araujo <merwok@netwok.org>
Tue, 5 Oct 2010 00:04:20 +0000 (00:04 +0000)
Misc/NEWS

index a0d30af7febdad120fdce1edfb8fe3ff89b4fdb5..7042774b6725517f186382034e6bb3247f8b729b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,9 +91,9 @@ Library
 - Issue #9042: Fix interaction of custom translation classes and caching in
   gettext.
 
-- Issue 6706: asyncore.dispatcher now provides a handle_accepted() method 
+- Issue #6706: asyncore.dispatcher now provides a handle_accepted() method
   returning a (sock, addr) pair which is called when a connection has been
-  established with a new remote endpoint. This is supposed to be used as a 
+  established with a new remote endpoint. This is supposed to be used as a
   replacement for old handle_accept() and avoids the user to call accept()
   directly.