summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/csv.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst
index fd62b22..4ee7820 100644
--- a/Doc/library/csv.rst
+++ b/Doc/library/csv.rst
@@ -244,7 +244,6 @@ The :mod:`csv` module defines the following classes:
with open('students.csv', 'w', newline='') as csvfile:
writer = csv.writer(csvfile, dialect='unix')
- ^^^^^^^^^^^^^^
.. class:: excel()