Skip to content

Commit 7a5f811

Browse files
fix pep8
1 parent 9ed749c commit 7a5f811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/csvs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def _save_header(self):
234234
has_aliases = isinstance(header, (tuple, list, np.ndarray,
235235
ABCIndexClass))
236236
if not (has_aliases or header):
237-
# if index_label is False, no index name and label will be displayed
237+
# if index_label and header are False, nothing will display
238238
if index_label is False:
239239
return
240240
else:

0 commit comments

Comments
 (0)