]> granicus.if.org Git - python/commitdiff
add missing #
authorChristian Heimes <christian@cheimes.de>
Sun, 18 Aug 2013 01:11:11 +0000 (03:11 +0200)
committerChristian Heimes <christian@cheimes.de>
Sun, 18 Aug 2013 01:11:11 +0000 (03:11 +0200)
Misc/NEWS

index f913ae17eb8888b0e9d8816161e4d0a62bdcc8f8..94b91bc2f47af3b4b29d7cf189857059672f3261 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,7 +66,7 @@ Core and Builtins
 Library
 -------
 
-- Issue 18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
+- Issue #18768: Correct doc string of RAND_edg(). Patch by Vajrasky Kok.
 
 - Issue #18178: Fix ctypes on BSD. dlmalloc.c was compiled twice which broke
   malloc weak symbols.