From 98d797c2ec3289f44b07cf7e40da3e55e2327d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 12 Jan 2020 15:50:28 +0100 Subject: [PATCH] CSV --- README.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68b7fa9..747f115 100644 --- a/README.md +++ b/README.md @@ -1775,9 +1775,9 @@ import csv * **`'quotechar'` - Character for quoting fields that contain special characters.** * **`'doublequote'` - Whether quotechars inside fields get doubled or escaped.** * **`'skipinitialspace'` - Whether whitespace after delimiter gets stripped.** -* **`'lineterminator'` - How does writer terminate lines.** +* **`'lineterminator'` - How does writer terminate rows.** * **`'quoting'` - Controls the amount of quoting: 0 - as necessary, 1 - all.** -* **`'escapechar'` - Character for escaping 'quotechar' if 'doublequote' is false.** +* **`'escapechar'` - Character for escaping 'quotechar' if 'doublequote' is False.** ### Dialects ```text diff --git a/index.html b/index.html index 50bfd83..c78929e 100644 --- a/index.html +++ b/index.html @@ -1593,9 +1593,9 @@ CompletedProcess(args=['bc', 'quotechar' - Character for quoting fields that contain special characters.
  • 'doublequote' - Whether quotechars inside fields get doubled or escaped.
  • 'skipinitialspace' - Whether whitespace after delimiter gets stripped.
  • -
  • 'lineterminator' - How does writer terminate lines.
  • +
  • 'lineterminator' - How does writer terminate rows.
  • 'quoting' - Controls the amount of quoting: 0 - as necessary, 1 - all.
  • -
  • 'escapechar' - Character for escaping 'quotechar' if 'doublequote' is false.
  • +
  • 'escapechar' - Character for escaping 'quotechar' if 'doublequote' is False.
  • Dialects

    +------------------+--------------+--------------+--------------+
     |                  |     excel    |   excel-tab  |     unix     |
     +------------------+--------------+--------------+--------------+