[Python-checkins] cpython (2.7): whitespace chaps my hide

gregory.p.smith python-checkins at python.org
Tue Apr 15 17:01:42 CEST 2014


http://hg.python.org/cpython/rev/ff5648697ac7
changeset:   90323:ff5648697ac7
branch:      2.7
user:        Gregory P. Smith <greg at krypto.org>
date:        Tue Apr 15 08:01:27 2014 -0700
summary:
  whitespace chaps my hide

files:
  Doc/library/subprocess.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/subprocess.rst b/Doc/library/subprocess.rst
--- a/Doc/library/subprocess.rst
+++ b/Doc/library/subprocess.rst
@@ -32,7 +32,7 @@
 
    :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
 ----------------------------------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list