Merge pull request #572 from sourcepirate/master
Removed raw string in cookies documentation
This commit is contained in:
commit
1456b128d2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user