summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-08 01:10:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-08 01:10:50 (GMT)
commit23e863378124229928e12b72c22df33f1428c61e (patch)
tree771dfa41c099d253e0287b5f2dbbbd00b29705f2
parent8f4b247a1d40dd64596fc7aad3e38f6f238efb34 (diff)
downloadcpython-23e863378124229928e12b72c22df33f1428c61e.zip
cpython-23e863378124229928e12b72c22df33f1428c61e.tar.gz
cpython-23e863378124229928e12b72c22df33f1428c61e.tar.bz2
fix reST
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 16a9349..7264615 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@ Core and Builtins
-----------------
- 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