]> granicus.if.org Git - python/commitdiff
#12389: fix missing space at sentence end.
authorR David Murray <rdmurray@bitdance.com>
Thu, 23 Jun 2011 00:00:27 +0000 (20:00 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 23 Jun 2011 00:00:27 +0000 (20:00 -0400)
Doc/library/urllib.rst

index 7f97673eb8f11089fdf7ab6afc11446c61894fdc..503760b5b0c6d65b2b85b6117b138dfab6b79461 100644 (file)
@@ -210,7 +210,7 @@ Utility functions
 
    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 ``'/'``.