mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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:
parent
2b1a62c669
commit
d104234f51
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue