diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 04:24:17 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-04-13 04:24:17 (GMT) |
commit | 1c8c32774e8ed8070786368b95e5e7af25ba3dd1 (patch) | |
tree | 2d69f216bf90fdedd246dc1333fa3d16d2366daf | |
parent | 20ab6c04bcc35b7a82417132edeb2f81bf4ad3eb (diff) | |
download | cpython-1c8c32774e8ed8070786368b95e5e7af25ba3dd1.zip cpython-1c8c32774e8ed8070786368b95e5e7af25ba3dd1.tar.gz cpython-1c8c32774e8ed8070786368b95e5e7af25ba3dd1.tar.bz2 |
Fix warning from Sphinx.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__. |