summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-04-13 04:24:17 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-04-13 04:24:17 (GMT)
commit1c8c32774e8ed8070786368b95e5e7af25ba3dd1 (patch)
tree2d69f216bf90fdedd246dc1333fa3d16d2366daf
parent20ab6c04bcc35b7a82417132edeb2f81bf4ad3eb (diff)
downloadcpython-1c8c32774e8ed8070786368b95e5e7af25ba3dd1.zip
cpython-1c8c32774e8ed8070786368b95e5e7af25ba3dd1.tar.gz
cpython-1c8c32774e8ed8070786368b95e5e7af25ba3dd1.tar.bz2
Fix warning from Sphinx.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b9864cc..f925f1c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,7 +37,7 @@ Library
- Issue #10838: The subprocess now module includes SubprocessError and
TimeoutError in its list of exported names for the users wild enough
- to use "from subprocess import *".
+ to use ``from subprocess import *``.
- Issue #23411: Added DefragResult, ParseResult, SplitResult, DefragResultBytes,
ParseResultBytes, and SplitResultBytes to urllib.parse.__all__.