Skip to content

Commit a0b192d

Browse files
authored
Update http.cookiejar.rst
1 parent 7fde817 commit a0b192d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/http.cookiejar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ contained :class:`Cookie` objects.
258258
You probably don't need to call this method because expired cookies are never
259259
sent back to the server (provided you're using :class:`DefaultCookiePolicy`).
260260
This method is called by :class:`CookieJar` itself every so often. It *could*
261-
only be useful when you are customizing a `CookiePolicy` with your own
261+
only be useful when you are customizing a `CookiePolicy` with your own
262262
expiring logic.
263263

264264
Note that the :meth:`save` method won't save expired cookies anyway (unless you ask

0 commit comments

Comments
 (0)