Skip to content

Commit efe48a5

Browse files
author
y-p
committed
DOC: change definition of col_space.
wasn't implemented till now, so shouldn't break anything. colSpace was already deprecated in favor of col_space, so I would feel bad about deprecating col_space in favor of min_col_width.
1 parent 875a0e9 commit efe48a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ over the string representation of the object. All arguments are optional:
668668

669669
- ``buf`` default None, for example a StringIO object
670670
- ``columns`` default None, which columns to write
671-
- ``col_space`` default None, number of spaces to write between columns
671+
- ``col_space`` default None, minimum width of each column.
672672
- ``na_rep`` default ``NaN``, representation of NA value
673673
- ``formatters`` default None, a dictionary (by column) of functions each of
674674
which takes a single argument and returns a formatted string

0 commit comments

Comments
 (0)