From 79011465afae2474ea18a470abb56b2c49dc6dbb Mon Sep 17 00:00:00 2001 From: Andreas Weiden Date: Mon, 12 Dec 2022 19:46:45 +0100 Subject: [PATCH] Fix docstring --- jc/parsers/cbt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jc/parsers/cbt.py b/jc/parsers/cbt.py index a0a25b07..5b75e8d0 100644 --- a/jc/parsers/cbt.py +++ b/jc/parsers/cbt.py @@ -1,6 +1,6 @@ -"""jc - JSON Convert `foo` command output parser +"""jc - JSON Convert `cbt` command output parser -Parses the human-, but not machine-, readable output of the cbt command (for Google's BigTable). +Parses the human-, but not machine-, friendly output of the cbt command (for Google's BigTable). No effort is made to convert the data types of the values in the cells.