Fix incorrectly documented attribute in csv docs (#101250)

This commit is contained in:
Reza Rastak 2023-02-18 19:55:43 -05:00 committed by GitHub
parent 61f1e67c6f
commit 36b670908b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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