diff --git a/README.md b/README.md index 261c56b..506c948 100644 --- a/README.md +++ b/README.md @@ -1788,7 +1788,7 @@ import csv .writerow() # Encodes objects using `str()`. .writerows() # Appends multiple rows. ``` -* **File must be opened with `'newline=""'` argument, or an extra '\r' will be added to every '\n' on platforms that use '\r\n' linendings!** +* **File must be opened with `'newline=""'` argument, or an extra '\r' will be added to every '\n' on platforms that use '\r\n' line endings!** ### Parameters * **`'dialect'` - Master parameter that sets the default values.** diff --git a/index.html b/index.html index dde30d8..2737d6c 100644 --- a/index.html +++ b/index.html @@ -1604,7 +1604,7 @@ CompletedProcess(args=['bc', 'newline=""' argument, or an extra '\r' will be added to every '\n' on platforms that use '\r\n' linendings! +
  • File must be opened with 'newline=""' argument, or an extra '\r' will be added to every '\n' on platforms that use '\r\n' line endings!
  • Parameters

    • 'dialect' - Master parameter that sets the default values.