From f8dceb50466b2014340d2fceab1b0c5b8dc7ffac Mon Sep 17 00:00:00 2001 From: Jake Ob Date: Sun, 16 Apr 2023 20:15:24 +0300 Subject: [PATCH] Fix minor typo in documentation --- jc/parsers/bluetoothctl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/parsers/bluetoothctl.py b/jc/parsers/bluetoothctl.py index 8f007991..2f0c753c 100644 --- a/jc/parsers/bluetoothctl.py +++ b/jc/parsers/bluetoothctl.py @@ -17,7 +17,7 @@ or Usage (module): import jc - result = jc.parse('bluetootctl', bluetootctl_command_output) + result = jc.parse('bluetoothctl', bluetoothctl_command_output) Schema: