From: Reza Rastak Date: Sun, 19 Feb 2023 00:55:43 +0000 (-0500) Subject: Fix incorrectly documented attribute in csv docs (#101250) X-Git-Tag: v3.12.0a6~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36b670908b3546f46283aae4dbf311e53289f3d1;p=thirdparty%2FPython%2Fcpython.git Fix incorrectly documented attribute in csv docs (#101250) --- diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 41f11505aa10..f1776554d8b9 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -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