Skip to content

Commit

Permalink
Update URL.__init__ signature (#3159)
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 6, 2024
1 parent 45bb65b commit 5bb2ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -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**
Expand Down

0 comments on commit 5bb2ea0

Please sign in to comment.