We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b192d commit da10c7bCopy full SHA for da10c7b
Doc/library/http.cookiejar.rst
@@ -258,7 +258,7 @@ contained :class:`Cookie` objects.
258
You probably don't need to call this method because expired cookies are never
259
sent back to the server (provided you're using :class:`DefaultCookiePolicy`).
260
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
+ only be useful when you are customizing a :class:`CookiePolicy` with your own
262
expiring logic.
263
264
Note that the :meth:`save` method won't save expired cookies anyway (unless you ask
0 commit comments