From b3b140066b74ee31dd1c460502caf2f26df321b6 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 22 Mar 2022 07:21:19 -0700 Subject: [PATCH] doc update --- docs/parsers/asciitable_m.md | 4 ++-- jc/parsers/asciitable_m.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/parsers/asciitable_m.md b/docs/parsers/asciitable_m.md index 23056ca9..8afd2e3d 100644 --- a/docs/parsers/asciitable_m.md +++ b/docs/parsers/asciitable_m.md @@ -22,10 +22,10 @@ For example: │ │ │ │ ╘══════════╧═════════╧════════╛ -Cells with multiple lines within rows will be joined with a new-line +Cells with multiple lines within rows will be joined with a newline character ('\n'). -Headers (keys) are converted to snake case and newlines between multi-line +Headers (keys) are converted to snake-case and newlines between multi-line headers are joined with an underscore. All values are returned as strings. Usage (cli): diff --git a/jc/parsers/asciitable_m.py b/jc/parsers/asciitable_m.py index bf19edb9..c3f1c575 100644 --- a/jc/parsers/asciitable_m.py +++ b/jc/parsers/asciitable_m.py @@ -17,10 +17,10 @@ For example: │ │ │ │ ╘══════════╧═════════╧════════╛ -Cells with multiple lines within rows will be joined with a new-line +Cells with multiple lines within rows will be joined with a newline character ('\n'). -Headers (keys) are converted to snake case and newlines between multi-line +Headers (keys) are converted to snake-case and newlines between multi-line headers are joined with an underscore. All values are returned as strings. Usage (cli):