summaryrefslogtreecommitdiff
path: root/Doc/library/http.cookiejar.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2012-05-21 13:35:03 +0200
committerHynek Schlawack <hs@ox.cx>2012-05-21 13:35:03 +0200
commit87d8200978e519dabb9ef0d1d982c17b6bf9fba9 (patch)
tree7c57be670f55b29c9af6b336b3ea7fd1bd8e56ff /Doc/library/http.cookiejar.rst
parent44f7cf0b2f48a4d2073382423e1b15f0d76f2551 (diff)
parentdfa465243c94b540099c413eb79b2774b40bb82e (diff)
downloadcpython-git-87d8200978e519dabb9ef0d1d982c17b6bf9fba9.tar.gz
#14804: Remove [] around optional arguments with default values
Diffstat (limited to 'Doc/library/http.cookiejar.rst')
-rw-r--r--Doc/library/http.cookiejar.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.cookiejar.rst b/Doc/library/http.cookiejar.rst
index 1fe775f32f..40f24f23b9 100644
--- a/Doc/library/http.cookiejar.rst
+++ b/Doc/library/http.cookiejar.rst
@@ -707,7 +707,7 @@ accessed using the following methods:
The :class:`Cookie` class also defines the following method:
-.. method:: Cookie.is_expired([now=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