diff options
Diffstat (limited to 'Doc/library/cookielib.rst')
-rw-r--r-- | Doc/library/cookielib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/cookielib.rst b/Doc/library/cookielib.rst index 022ac13..f55d6c2 100644 --- a/Doc/library/cookielib.rst +++ b/Doc/library/cookielib.rst @@ -733,7 +733,7 @@ accessed using the following methods: The :class:`Cookie` class also defines the following method: -.. method:: Cookie.is_expired([now=:const:`None`]) +.. method:: Cookie.is_expired([now=None]) True if cookie has passed the time at which the server requested it should expire. If *now* is given (in seconds since the epoch), return whether the |