From a2308449140055dc44dc4ff575aff63446db7186 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 10 Oct 2010 02:32:52 -0400 Subject: [PATCH] Docs update. --- tablib/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tablib/core.py b/tablib/core.py index ca95642..1ab2e00 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -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 ` to the :class:`Dataset`.""" # change offsets if headers are or aren't defined if not self.headers: