From 63fc149e2a097cbde60c2ce1aeb102d9becabd9b Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 6 Jan 2021 16:17:25 -0800 Subject: [PATCH] typo fix --- docs/parsers/iw_scan.md | 2 +- jc/parsers/iw_scan.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/parsers/iw_scan.md b/docs/parsers/iw_scan.md index 6acd59be..c7f09249 100644 --- a/docs/parsers/iw_scan.md +++ b/docs/parsers/iw_scan.md @@ -132,7 +132,7 @@ Parameters: Returns: List of Dictionaries. Structured data with the following schema: - ] + [ { "foo": string/integer/float, # best guess based on value "bar": string/integer/float, diff --git a/jc/parsers/iw_scan.py b/jc/parsers/iw_scan.py index 65cc3399..beabcf97 100644 --- a/jc/parsers/iw_scan.py +++ b/jc/parsers/iw_scan.py @@ -139,7 +139,7 @@ def process(proc_data): Returns: List of Dictionaries. Structured data with the following schema: - ] + [ { "foo": string/integer/float, # best guess based on value "bar": string/integer/float,