diff -r e72a2a60316f Doc/library/urllib.rst --- a/Doc/library/urllib.rst Mon Jun 20 22:07:06 2011 +0200 +++ b/Doc/library/urllib.rst Thu Jun 23 03:04:10 2011 +0400 @@ -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 ``'/'``.