]> 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 7947fc3a0c371bb22d18dc7d937f87b7dc0fd38b..600fc7702bcfdf6ff94cd4e7f6e1d6378abf6e45 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,7 +29,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.