Update URL.__init__ signature (#3159)
This commit is contained in:
parent
45bb65bba1
commit
5bb2ea0f4e
@ -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**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user