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)
commitec8c2198bd2674948ab6d4879b34fb2b81fc1639 (patch)
tree05c4037f9331d336d7d8cfc15f281c4f6c1d30a1 /Misc
parentb4ec842f39e0b514d410ab94a622e14e23287d4c (diff)
downloadcpython-ec8c2198bd2674948ab6d4879b34fb2b81fc1639.zip
cpython-ec8c2198bd2674948ab6d4879b34fb2b81fc1639.tar.gz
cpython-ec8c2198bd2674948ab6d4879b34fb2b81fc1639.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 7947fc3..600fc77 100644
--- 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.