From 596ad9a64d002ced212b08512126e52707fe73d2 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sat, 23 Oct 2021 12:47:44 -0700 Subject: [PATCH] update comment --- jc/parsers/lsusb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/lsusb.py b/jc/parsers/lsusb.py index 56dd296d..d687dcbb 100644 --- a/jc/parsers/lsusb.py +++ b/jc/parsers/lsusb.py @@ -352,7 +352,7 @@ class _LsUsb(): else: self.attribute_value = False - # Section header is formatted with the correct spacing to be used with + # section_header is formatted with the correct spacing to be used with # jc.parsers.universal.sparse_table_parse(). Pad end of string to be at least len of 25 section_header = 'key val description'