From 62db23c9445b5fe6a37d70cfb5661e443002de9f Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:04:01 -0800 Subject: Fix incorrectly documented attribute in csv docs (GH-101250) (cherry picked from commit 36b670908b3546f46283aae4dbf311e53289f3d1) Co-authored-by: Reza Rastak --- Doc/library/csv.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index f7e85f2..0aad2a0 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 -- cgit v0.12