From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 19 Feb 2023 01:02:18 +0000 (-0800) Subject: Fix incorrectly documented attribute in csv docs (GH-101250) X-Git-Tag: v3.10.11~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d104234f51bf1f88589ea705a6cfe1e674b4fe03;p=thirdparty%2FPython%2Fcpython.git Fix incorrectly documented attribute in csv docs (GH-101250) (cherry picked from commit 36b670908b3546f46283aae4dbf311e53289f3d1) Co-authored-by: Reza Rastak --- diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 3a41ae284f32..5e54f4a3e4fc 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