[Python-checkins] cpython (2.7): #12389: fix missing space at sentence end.

r.david.murray python-checkins at python.org
Thu Jun 23 02:03:05 CEST 2011


http://hg.python.org/cpython/rev/a0ad25ca772b
changeset:   70931:a0ad25ca772b
branch:      2.7
parent:      70912:e72a2a60316f
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Jun 22 20:00:27 2011 -0400
summary:
  #12389: fix missing space at sentence end.

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


diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst
--- a/Doc/library/urllib.rst
+++ b/Doc/library/urllib.rst
@@ -210,7 +210,7 @@
 
    Replace special characters in *string* using the ``%xx`` escape. Letters,
    digits, and the characters ``'_.-'`` are never quoted. By default, this
-   function is intended for quoting the path section of the URL.The optional
+   function is intended for quoting the path section of the URL. The optional
    *safe* parameter specifies additional characters that should not be quoted
    --- its default value is ``'/'``.
 

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


More information about the Python-checkins mailing list