From af2c06cd284352eb47c44f2387d4600b1b322cbd Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 15 May 2022 22:28:12 -0700 Subject: [PATCH] doc update --- docs/parsers/pip_show.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/pip_show.md b/docs/parsers/pip_show.md index a43394cb..41c0cf4d 100644 --- a/docs/parsers/pip_show.md +++ b/docs/parsers/pip_show.md @@ -70,7 +70,7 @@ Examples: ### parse ```python -def parse(data, raw=False, quiet=False) +def parse(data: str, raw: bool = False, quiet: bool = False) -> List[Dict] ``` Main text parsing function @@ -88,4 +88,4 @@ Returns: ### Parser Information Compatibility: linux, darwin, cygwin, win32, aix, freebsd -Version 1.3 by Kelly Brazil (kellyjonbrazil@gmail.com) +Version 1.4 by Kelly Brazil (kellyjonbrazil@gmail.com)