Skip to content

Commit 07a64b7

Browse files
committed
Fix docs
1 parent 978bed3 commit 07a64b7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

agate/table/rename.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ def rename(self, column_names=None, row_names=None, slug_columns=False, slug_row
1111
By enabling :code:`slug_columns` or :code:`slug_rows` and not specifying
1212
new names you may slugify the table's existing names.
1313
14-
:code:`kwargs` will be passed through to
15-
`awesome-slugify's <https://github.com/dimka665/awesome-slugify>`_
16-
:code:`UniqueSlugify` class.
14+
:code:`kwargs` will be passed to the slugify method in python-slugify. See:
15+
https://github.com/un33k/python-slugify
1716
1817
:param column_names:
1918
New column names for the renamed table. May be either an array or

0 commit comments

Comments
 (0)