Skip to content

Commit

Permalink
DOC: change definition of col_space.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
y-p committed Nov 22, 2012
1 parent 875a0e9 commit efe48a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ over the string representation of the object. All arguments are optional:

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

0 comments on commit efe48a5

Please sign in to comment.