Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nbedi committed Feb 27, 2017
1 parent 978bed3 commit 07a64b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions agate/table/rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ def rename(self, column_names=None, row_names=None, slug_columns=False, slug_row
By enabling :code:`slug_columns` or :code:`slug_rows` and not specifying
new names you may slugify the table's existing names.
:code:`kwargs` will be passed through to
`awesome-slugify's <https://github.com/dimka665/awesome-slugify>`_
:code:`UniqueSlugify` class.
:code:`kwargs` will be passed to the slugify method in python-slugify. See:
https://github.com/un33k/python-slugify
:param column_names:
New column names for the renamed table. May be either an array or
Expand Down

0 comments on commit 07a64b7

Please sign in to comment.