Skip to content

Commit d104234

Browse files
Fix incorrectly documented attribute in csv docs (GH-101250)
(cherry picked from commit 36b6709) Co-authored-by: Reza Rastak <rezarastak@users.noreply.github.com>
1 parent 2b1a62c commit d104234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/csv.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ Reader objects have the following public attributes:
450450

451451
DictReader objects have the following public attribute:
452452

453-
.. attribute:: csvreader.fieldnames
453+
.. attribute:: DictReader.fieldnames
454454

455455
If not passed as a parameter when creating the object, this attribute is
456456
initialized upon first access or when the first record is read from the

0 commit comments

Comments
 (0)