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 <[email protected]>
  • Loading branch information
miss-islington and rezarastak authored Feb 19, 2023
1 parent 2b1a62c commit d104234
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 @@ -450,7 +450,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 d104234

Please sign in to comment.