diff options
author | Christian Heimes <christian@cheimes.de> | 2013-08-18 01:11:11 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-08-18 01:11:11 (GMT) |
commit | 958dbb974fecf8d2a7f6143d775163ee9f22d926 (patch) | |
tree | 86204e141891e0ca1d5b58e8e98660bf51875edf /Misc | |
parent | 3c2593b2bb12bccd80577d7bb99e7bc1e261277b (diff) | |
download | cpython-958dbb974fecf8d2a7f6143d775163ee9f22d926.zip cpython-958dbb974fecf8d2a7f6143d775163ee9f22d926.tar.gz cpython-958dbb974fecf8d2a7f6143d775163ee9f22d926.tar.bz2 |
add missing #
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |