Skip to content

Commit a62553e

Browse files
DOC: Fix typo in to_html and to_string docs (#61555)
1 parent 297bec4 commit a62553e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
columns : array-like, optional, default None
115115
The subset of columns to write. Writes all columns by default.
116116
col_space : %(col_space_type)s, optional
117-
%(col_space)s.
117+
%(col_space)s
118118
header : %(header_type)s, optional
119119
%(header)s.
120120
index : bool, optional, default True

0 commit comments

Comments
 (0)