Skip to content

Commit 62db23c

Browse files
Fix incorrectly documented attribute in csv docs (GH-101250)
(cherry picked from commit 36b6709) Co-authored-by: Reza Rastak <[email protected]>
1 parent 5220c2d commit 62db23c

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)