From 64757e2cf55448bccfbbd60d31930ab3f59af21b Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 29 Mar 2022 09:35:54 -0700 Subject: [PATCH] doc formatting --- docs/parsers/asciitable.md | 12 ++++++------ jc/parsers/asciitable.py | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/parsers/asciitable.md b/docs/parsers/asciitable.md index 7fd59e0c..5c8a87bc 100644 --- a/docs/parsers/asciitable.md +++ b/docs/parsers/asciitable.md @@ -20,7 +20,7 @@ For example: │ hi there │ abc def │ 3.14 │ ╘══════════╧═════════╧════════╛ - or +or +-----------------------------+ | foo bar baz | @@ -29,14 +29,14 @@ For example: | hi there abc def 3.14 | +-----------------------------+ - or +or | foo | bar | baz | |----------|---------|--------| | good day | | 12345 | | hi there | abc def | 3.14 | - or +or foo bar baz --------- -------- ------ @@ -49,10 +49,10 @@ For example: good day 12345 hi there abc def 3.14 - etc... +etc... - Headers (keys) are converted to snake-case. All values are returned as - strings, except empty strings, which are converted to None/null. +Headers (keys) are converted to snake-case. All values are returned as +strings, except empty strings, which are converted to None/null. Usage (cli): diff --git a/jc/parsers/asciitable.py b/jc/parsers/asciitable.py index 52881c01..7b1a396b 100644 --- a/jc/parsers/asciitable.py +++ b/jc/parsers/asciitable.py @@ -15,7 +15,7 @@ For example: │ hi there │ abc def │ 3.14 │ ╘══════════╧═════════╧════════╛ - or +or +-----------------------------+ | foo bar baz | @@ -24,14 +24,14 @@ For example: | hi there abc def 3.14 | +-----------------------------+ - or +or | foo | bar | baz | |----------|---------|--------| | good day | | 12345 | | hi there | abc def | 3.14 | - or +or foo bar baz --------- -------- ------ @@ -44,10 +44,10 @@ For example: good day 12345 hi there abc def 3.14 - etc... +etc... - Headers (keys) are converted to snake-case. All values are returned as - strings, except empty strings, which are converted to None/null. +Headers (keys) are converted to snake-case. All values are returned as +strings, except empty strings, which are converted to None/null. Usage (cli):