diff options
author | Gregory P. Smith <greg@krypto.org> | 2014-04-15 15:01:27 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2014-04-15 15:01:27 (GMT) |
commit | 49bf4ce563ce3273ef123efc46e971d11a6b58c2 (patch) | |
tree | 68450181a6aeb27bc7a5bba4c6177054798d4907 | |
parent | 8f813fe2f2932fb03ce8b1b5eb96168f1f3a5bc4 (diff) | |
download | cpython-49bf4ce563ce3273ef123efc46e971d11a6b58c2.zip cpython-49bf4ce563ce3273ef123efc46e971d11a6b58c2.tar.gz cpython-49bf4ce563ce3273ef123efc46e971d11a6b58c2.tar.bz2 |
whitespace chaps my hide
-rw-r--r-- | Doc/library/subprocess.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst index 54149eb..1f754cb 100644 --- a/Doc/library/subprocess.rst +++ b/Doc/library/subprocess.rst @@ -32,7 +32,7 @@ functions can be found in the subprocess-replacements_ section. :pep:`324` -- PEP proposing the subprocess module -.. _subprocess32: https://pypi.python.org/pypi/subprocess32/ +.. _subprocess32: https://pypi.python.org/pypi/subprocess32/ Using the :mod:`subprocess` Module ---------------------------------- |