Skip to content

Commit 25421ff

Browse files
hugovkhauntsaninja
andcommitted
Update keyword-only
Co-authored-by: Shantanu <[email protected]>
1 parent 6938e1f commit 25421ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/http.client.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ The module provides the following classes:
6767
*blocksize* parameter was added.
6868

6969

70-
.. class:: HTTPSConnection(host, port=None[, timeout], \
71-
source_address=None, *, context=None, \
70+
.. class:: HTTPSConnection(host, port=None, *[, timeout], \
71+
source_address=None, context=None, \
7272
blocksize=8192)
7373

7474
A subclass of :class:`HTTPConnection` that uses SSL for communication with

0 commit comments

Comments
 (0)