From b0756fa0f90cf3aed06d3182a0bdf2131994e60b Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 3 Jan 2023 13:05:51 -0800 Subject: [PATCH] doc update --- docs/parsers/iwconfig.md | 1 - jc/parsers/iwconfig.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/docs/parsers/iwconfig.md b/docs/parsers/iwconfig.md index 1f0ef642..c182991f 100644 --- a/docs/parsers/iwconfig.md +++ b/docs/parsers/iwconfig.md @@ -51,7 +51,6 @@ Schema: } ] - Examples: $ iwconfig | jc --iwconfig -p diff --git a/jc/parsers/iwconfig.py b/jc/parsers/iwconfig.py index aa73d43f..fd53c7e1 100644 --- a/jc/parsers/iwconfig.py +++ b/jc/parsers/iwconfig.py @@ -46,7 +46,6 @@ Schema: } ] - Examples: $ iwconfig | jc --iwconfig -p @@ -78,7 +77,6 @@ Examples: "missed_beacon": 0 } ] - """ import re from typing import List, Dict