diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 3a41ae284f32b5..5e54f4a3e4fca4 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -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