mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fix instances of consecutive articles (closes #23221)
Patch by Karan Goel.
This commit is contained in:
parent
38dc250521
commit
82f34ada45
14 changed files with 14 additions and 13 deletions
|
@ -1792,7 +1792,7 @@ class FileCookieJar(CookieJar):
|
|||
|
||||
|
||||
def lwp_cookie_str(cookie):
|
||||
"""Return string representation of Cookie in an the LWP cookie file format.
|
||||
"""Return string representation of Cookie in the LWP cookie file format.
|
||||
|
||||
Actually, the format is extended a bit -- see module docstring.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue