[Python-checkins] cpython: fix reST

benjamin.peterson python-checkins at python.org
Wed Sep 7 21:11:12 EDT 2016


https://hg.python.org/cpython/rev/cfc3a99b28a6
changeset:   103280:cfc3a99b28a6
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Sep 07 18:10:50 2016 -0700
summary:
  fix reST

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@
 -----------------
 
 - Issue #27911: Remove unnecessary error checks in
-  import.c:exec_builtin_or_dynamic().
+  ``exec_builtin_or_dynamic()``.
 
 - Issue #27983: Cause lack of llvm-profdata tool when using clang as
   required for PGO linking to be a configure time error rather than

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list