diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-08 01:10:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-08 01:10:50 (GMT) |
commit | 23e863378124229928e12b72c22df33f1428c61e (patch) | |
tree | 771dfa41c099d253e0287b5f2dbbbd00b29705f2 | |
parent | 8f4b247a1d40dd64596fc7aad3e38f6f238efb34 (diff) | |
download | cpython-23e863378124229928e12b72c22df33f1428c61e.zip cpython-23e863378124229928e12b72c22df33f1428c61e.tar.gz cpython-23e863378124229928e12b72c22df33f1428c61e.tar.bz2 |
fix reST
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |