From: Christian Heimes Date: Sun, 18 Aug 2013 01:11:11 +0000 (+0200) Subject: add missing # X-Git-Tag: v3.4.0a2~193^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=958dbb974fecf8d2a7f6143d775163ee9f22d926;p=python add missing # --- diff --git a/Misc/NEWS b/Misc/NEWS index f913ae17eb..94b91bc2f4 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.