From 5bb2ea0f4e1274730ef85f50f5a6bf07eb74eef4 Mon Sep 17 00:00:00 2001 From: Hugo Cachitas Date: Sat, 6 Apr 2024 12:55:26 +0100 Subject: [PATCH] Update URL.__init__ signature (#3159) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 3f9878c708..d01cc649ba 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**