From e754e88f2d024919f2ec5c72711488bae6414c8b Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 5 Feb 2024 15:55:12 -0800 Subject: [PATCH] doc update --- docs/parsers/efibootmgr.md | 2 +- jc/parsers/efibootmgr.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/efibootmgr.md b/docs/parsers/efibootmgr.md index 29f21943..e118efc2 100644 --- a/docs/parsers/efibootmgr.md +++ b/docs/parsers/efibootmgr.md @@ -94,7 +94,7 @@ Parameters: Returns: - List of Dictionaries. Raw or processed structured data. + Dictionary. Raw or processed structured data. ### Parser Information Compatibility: linux diff --git a/jc/parsers/efibootmgr.py b/jc/parsers/efibootmgr.py index 707b62b0..0d5b7015 100644 --- a/jc/parsers/efibootmgr.py +++ b/jc/parsers/efibootmgr.py @@ -123,7 +123,7 @@ def parse( Returns: - List of Dictionaries. Raw or processed structured data. + Dictionary. Raw or processed structured data. """ jc.utils.compatibility(__name__, info.compatible, quiet) jc.utils.input_type_check(data)