Skip to content

Commit

Permalink
updated docs with make array instead of list usage
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelljweinstein committed Oct 17, 2016
1 parent fb8a870 commit 8d60ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datascience/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self, labels=None, _deprecated=None, *, formatter=_formats.default_
# Deprecated
@classmethod
def empty(cls, labels=None):
"""Create an empty table. Column labels are optional. [Deprecated]
"""Creates an empty table. Column labels are optional. [Deprecated]
Args:
``labels`` (None or list): If ``None``, a table with 0
Expand Down

0 comments on commit 8d60ecd

Please sign in to comment.