Skip to content

Commit d212a85

Browse files
authored
Update http.cookiejar.rst
1 parent 8ee9c8b commit d212a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/http.cookiejar.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ contained :class:`Cookie` objects.
261261
itself every so often. It *could* only be useful when customizing a
262262
:class:`CookiePolicy` with an expiring logic.
263263

264-
Note that the :meth:`save` method won't save expired cookies anyway (unless you ask
265-
otherwise by passing a true *ignore_expires* argument).
264+
Note that the :meth:`save` method won't save expired cookies anyway (unless you
265+
ask otherwise by passing a true *ignore_expires* argument).
266266

267267
:class:`FileCookieJar` implements the following additional methods:
268268

0 commit comments

Comments
 (0)