Skip to content

Commit 4f7085a

Browse files
committed
chore: Fix docstrings
1 parent 1f33aad commit 4f7085a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/excel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ class ExcelFormatter:
533533
It should have signature css_declarations string -> excel style.
534534
This is only called for body cells.
535535
autofilter : bool, default False
536-
If True, add automatic filters to all columns
536+
If True, add automatic filters to all columns.
537537
"""
538538

539539
max_rows = 2**20

0 commit comments

Comments
 (0)