Skip to content

Commit d2dca33

Browse files
committed
fix http.client *
1 parent 24e1b9c commit d2dca33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/http/client.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,9 @@ class HTTPSConnection(HTTPConnection):
228228
self,
229229
host: str,
230230
port: int | None = None,
231+
*,
231232
timeout: float | None = ...,
232233
source_address: tuple[str, int] | None = None,
233-
*,
234234
context: ssl.SSLContext | None = None,
235235
blocksize: int = 8192,
236236
) -> None: ...

0 commit comments

Comments
 (0)