summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-08-18 01:11:11 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-08-18 01:11:11 (GMT)
commit958dbb974fecf8d2a7f6143d775163ee9f22d926 (patch)
tree86204e141891e0ca1d5b58e8e98660bf51875edf /Misc
parent3c2593b2bb12bccd80577d7bb99e7bc1e261277b (diff)
downloadcpython-958dbb974fecf8d2a7f6143d775163ee9f22d926.zip
cpython-958dbb974fecf8d2a7f6143d775163ee9f22d926.tar.gz
cpython-958dbb974fecf8d2a7f6143d775163ee9f22d926.tar.bz2
add missing #
Diffstat (limited to 'Misc')
-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.