Skip to content

Commit

Permalink
Fix incorrectly documented attribute in csv docs (#101250)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezarastak authored Feb 19, 2023
1 parent 61f1e67 commit 36b6709
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 @@ -458,7 +458,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 36b6709

Please sign in to comment.