diff --git a/README.md b/README.md index 90742e7..9b8f0a2 100644 --- a/README.md +++ b/README.md @@ -1793,7 +1793,7 @@ 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 rows.** +* **`'lineterminator'` - Specifies how writer terminates rows.** * **`'quoting'` - Controls the amount of quoting: 0 - as necessary, 1 - all.** * **`'escapechar'` - Character for escaping 'quotechar' if 'doublequote' is False.** diff --git a/index.html b/index.html index 955d102..981b104 100644 --- a/index.html +++ b/index.html @@ -1607,7 +1607,7 @@ 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 rows.
  • +
  • 'lineterminator' - Specifies how writer terminates rows.
  • 'quoting' - Controls the amount of quoting: 0 - as necessary, 1 - all.
  • 'escapechar' - Character for escaping 'quotechar' if 'doublequote' is False.
  • Dialects

    +------------------+--------------+--------------+--------------+