Commit 8aa8bbe6 authored by Senthil Kumaran's avatar Senthil Kumaran

Doc fix for issue2637.

parent 9b3d5579
......@@ -226,7 +226,8 @@ The :mod:`urllib.parse` module defines the following functions:
.. function:: quote(string[, safe[, encoding[, errors]]])
Replace special characters in *string* using the ``%xx`` escape. Letters,
digits, and the characters ``'_.-'`` are never quoted. The optional *safe*
digits, and the characters ``'_.-'`` are never quoted. By default, this
function is intended for quoting the path section of URL. The optional *safe*
parameter specifies additional ASCII characters that should not be quoted
--- its default value is ``'/'``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment