add missing #
diff --git a/Misc/NEWS b/Misc/NEWS
index 7947fc3..600fc77 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,7 +29,7 @@
 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.