Fix incorrectly documented attribute in csv docs (GH-101250)

(cherry picked from commit 36b670908b)

Co-authored-by: Reza Rastak <rezarastak@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-02-18 17:02:18 -08:00 committed by GitHub
parent 2b1a62c669
commit d104234f51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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