mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix incorrectly documented attribute in csv docs (#101250)
This commit is contained in:
parent
61f1e67c6f
commit
36b670908b
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ Reader objects have the following public attributes:
|
||||||
|
|
||||||
DictReader objects have the following public attribute:
|
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
|
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
|
initialized upon first access or when the first record is read from the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue