summaryrefslogtreecommitdiffstats
path: root/Doc/library/csv.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/csv.rst')
-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 588a45c..7752ac7 100644
--- a/Doc/library/csv.rst
+++ b/Doc/library/csv.rst
@@ -381,7 +381,6 @@ DictReader objects have the following public attribute:
initialized upon first access or when the first record is read from the
file.
- .. versionchanged:: 2.6
Writer Objects