mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
Docs update.
This commit is contained in:
+2
-2
@@ -372,10 +372,10 @@ class Dataset(object):
|
||||
|
||||
sep = (index, text)
|
||||
self._separators.append(sep)
|
||||
|
||||
|
||||
|
||||
def append_separator(self, text='-'):
|
||||
"""Adds a separator to the :class:`Dataset`."""
|
||||
"""Adds a :ref:`seperator <seperators>` to the :class:`Dataset`."""
|
||||
|
||||
# change offsets if headers are or aren't defined
|
||||
if not self.headers:
|
||||
|
||||
Reference in New Issue
Block a user