From 84337fe3d13d45cb81649195f12f8919774a82a9 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 19 Jul 2022 08:46:34 -0700 Subject: [PATCH] change description --- jc/parsers/url.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jc/parsers/url.py b/jc/parsers/url.py index abdecbe9..6291dd56 100644 --- a/jc/parsers/url.py +++ b/jc/parsers/url.py @@ -1,4 +1,4 @@ -"""jc - JSON Convert URL parser +"""jc - JSON Convert URL string parser Usage (cli): @@ -64,7 +64,7 @@ import jc.utils class info(): """Provides parser metadata (version, author, etc.)""" version = '1.0' - description = 'URL parser' + description = 'URL string parser' author = 'Kelly Brazil' author_email = 'kellyjonbrazil@gmail.com' compatible = ['linux', 'darwin', 'cygwin', 'win32', 'aix', 'freebsd']