From a073e76df8625b89effbb286c3b47fcbe9e62feb Mon Sep 17 00:00:00 2001 From: Juergen Edelbluth Date: Sun, 14 Aug 2022 20:07:32 +0000 Subject: [PATCH] Documentation Formatting --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b8b63fb..a4d6f17 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ def test_something(col_x, col_y): The default CSV format is: - `\r\n` as line ending -- All non-numeric fields are surrounded by " -- If you need a " in the value, use "" (double quote) -- Fields are separated by comma (",") +- All non-numeric fields are surrounded by `"` +- If you need a `"` in the value, use `""` (double quote) +- Fields are separated by comma (`,`) #### Example CSV