Skip to content

Commit

Permalink
Update keyword-only
Browse files Browse the repository at this point in the history
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
  • Loading branch information
hugovk and hauntsaninja committed Dec 27, 2022
1 parent 6938e1f commit 25421ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/http.client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ The module provides the following classes:
*blocksize* parameter was added.


.. class:: HTTPSConnection(host, port=None[, timeout], \
source_address=None, *, context=None, \
.. class:: HTTPSConnection(host, port=None, *[, timeout], \
source_address=None, context=None, \
blocksize=8192)

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

0 comments on commit 25421ff

Please sign in to comment.