Removed raw string in cookies documentation

This commit is contained in:
sourcepirate 2017-03-22 06:39:23 +05:30
parent 38b9091513
commit 63c24122db

View File

@ -19,7 +19,7 @@ _Translator.update({
def _quote(str): def _quote(str):
r"""Quote a string for use in a cookie header. """Quote a string for use in a cookie header.
If the string does not need to be double-quoted, then just return the If the string does not need to be double-quoted, then just return the
string. Otherwise, surround the string in doublequotes and quote string. Otherwise, surround the string in doublequotes and quote
(with a \) special characters. (with a \) special characters.