Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix incorrectly documented attribute in csv docs (GH-101250)
(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
commit efb770c7aa3ef69596828148f2be4e7e0e80ac4e
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