]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update URL.__init__ signature (#3159)
authorHugo Cachitas <hcachitas@gmail.com>
Sat, 6 Apr 2024 11:55:26 +0000 (12:55 +0100)
committerGitHub <noreply@github.com>
Sat, 6 Apr 2024 11:55:26 +0000 (13:55 +0200)
docs/api.md

index 3f9878c708f8accd47fcdcfe53fbbc7bc2cb7123..d01cc649bab2f3a32cfdae3915afcd00f3500699 100644 (file)
@@ -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**