From 50f2a811ad3eb78ac1675fcae2455b2df19f7039 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 5 Dec 2022 12:43:45 -0800 Subject: [PATCH] doc update --- docs/parsers/git_ls_remote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/parsers/git_ls_remote.md b/docs/parsers/git_ls_remote.md index a6db5dc6..eaeef7fc 100644 --- a/docs/parsers/git_ls_remote.md +++ b/docs/parsers/git_ls_remote.md @@ -71,7 +71,7 @@ Examples: ```python def parse(data: str, raw: bool = False, - quiet: bool = False) -> List[JSONDictType] + quiet: bool = False) -> Union[JSONDictType, List[JSONDictType]] ``` Main text parsing function