#12389: fix missing space at sentence end.

This commit is contained in:
R David Murray 2011-06-22 20:00:27 -04:00
parent ecb863b29e
commit 1d3365106d
1 changed files with 1 additions and 1 deletions

View 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 ``'/'``.