]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix incorrectly documented attribute in csv docs (#101250)
authorReza Rastak <rezarastak@users.noreply.github.com>
Sun, 19 Feb 2023 00:55:43 +0000 (19:55 -0500)
committerGitHub <noreply@github.com>
Sun, 19 Feb 2023 00:55:43 +0000 (16:55 -0800)
Doc/library/csv.rst

index 41f11505aa10309a02dc8dac2d3e07ca9d793b5f..f1776554d8b9f29630063d6df3d750a706ba4ed3 100644 (file)
@@ -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