diff --git a/docs/parsers/url.md b/docs/parsers/url.md index 2b84ab06..51ea4871 100644 --- a/docs/parsers/url.md +++ b/docs/parsers/url.md @@ -41,7 +41,7 @@ Schema: "query": string or null, "query_obj": { object or null : [ array or null - string # [0] + string # [0] ] }, "fragment": string or null, diff --git a/jc/parsers/url.py b/jc/parsers/url.py index d8825e67..10083608 100644 --- a/jc/parsers/url.py +++ b/jc/parsers/url.py @@ -36,7 +36,7 @@ Schema: "query": string or null, "query_obj": { object or null : [ array or null - string # [0] + string # [0] ] }, "fragment": string or null,