diff --git a/Doc/library/csv.rst b/Doc/library/csv.rst index 3a7817cfdf..03c0fbe67f 100644 --- a/Doc/library/csv.rst +++ b/Doc/library/csv.rst @@ -184,7 +184,7 @@ The :mod:`csv` module defines the following classes: Eric Idle John Cleese - >>> print(row) + >>> print(reader) {'first_name': 'John', 'last_name': 'Cleese'}