From: Hugo Cachitas Date: Sat, 6 Apr 2024 11:55:26 +0000 (+0100) Subject: Update URL.__init__ signature (#3159) X-Git-Tag: 0.27.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bb2ea0f4e1274730ef85f50f5a6bf07eb74eef4;p=thirdparty%2Fhttpx.git Update URL.__init__ signature (#3159) --- diff --git a/docs/api.md b/docs/api.md index 3f9878c7..d01cc649 100644 --- a/docs/api.md +++ b/docs/api.md @@ -114,7 +114,7 @@ what gets sent over the wire.* 'example.org' ``` -* `def __init__(url, allow_relative=False, params=None)` +* `def __init__(url, **kwargs)` * `.scheme` - **str** * `.authority` - **str** * `.host` - **str**