Skip to content

Commit

Permalink
with_columns docs
Browse files Browse the repository at this point in the history
  • Loading branch information
papajohn committed Feb 1, 2016
1 parent 53eb31b commit ea21eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datascience/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,8 +1006,8 @@ def with_columns(self, labels_and_values):
"""Return a table with additional or replaced columns.
Args:
``labels_and_values``: An alternating list of labels and values.
``labels_and_values``: An alternating list of labels and values or
a list of label-values pairs.
>>> Table().with_columns([
... 'letter', ['c', 'd'],
Expand Down

0 comments on commit ea21eb0

Please sign in to comment.