From 1d3365106d6f2a5205adbf9a6f6fa8d7f1bbe271 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Wed, 22 Jun 2011 20:00:27 -0400 Subject: #12389: fix missing space at sentence end. --- Doc/library/urllib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index 7f97673..503760b 100644 --- a/Doc/library/urllib.rst +++ b/Doc/library/urllib.rst @@ -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 ``'/'``. -- cgit v0.12