From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 19 Feb 2023 01:04:01 +0000 (-0800) Subject: Fix incorrectly documented attribute in csv docs (GH-101250) X-Git-Tag: v3.11.3~138 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62db23c9445b5fe6a37d70cfb5661e443002de9f;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 f7e85f2baa73..0aad2a0d523c 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -454,7 +454,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