summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f913ae1..94b91bc 100644
--- 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.