Skip to content

Commit

Permalink
Fix incorrectly documented attribute in csv docs (pythonGH-101250)
Browse files Browse the repository at this point in the history
(cherry picked from commit 36b6709)

Co-authored-by: Reza Rastak <rezarastak@users.noreply.github.com>
  • Loading branch information
rezarastak authored and miss-islington committed Feb 19, 2023
1 parent 5220c2d commit efb770c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/csv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Reader objects have the following public attributes:

DictReader objects have the following public attribute:

.. attribute:: csvreader.fieldnames
.. attribute:: DictReader.fieldnames

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

0 comments on commit efb770c

Please sign in to comment.