Skip to content

Commit efb770c

Browse files
rezarastakmiss-islington
authored andcommitted
Fix incorrectly documented attribute in csv docs (pythonGH-101250)
(cherry picked from commit 36b6709) Co-authored-by: Reza Rastak <rezarastak@users.noreply.github.com>
1 parent 5220c2d commit efb770c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/csv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ Reader objects have the following public attributes:
454454

455455
DictReader objects have the following public attribute:
456456

457-
.. attribute:: csvreader.fieldnames
457+
.. attribute:: DictReader.fieldnames
458458

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

0 commit comments

Comments
 (0)