Merge pull request #572 from sourcepirate/master

Removed raw string in cookies documentation
This commit is contained in:
Raphael Deem 2017-03-22 14:55:20 -07:00 committed by GitHub
commit 1456b128d2

View File

@ -19,7 +19,7 @@ _Translator.update({
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
string. Otherwise, surround the string in doublequotes and quote
(with a \) special characters.