Update URL.__init__ signature (#3159)

This commit is contained in:
Hugo Cachitas 2024-04-06 12:55:26 +01:00 committed by GitHub
parent 45bb65bba1
commit 5bb2ea0f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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**