diff --git a/tablib/core.py b/tablib/core.py index f0eb43d..b8c147c 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -129,7 +129,7 @@ class Dataset(object): @headers.setter - def headers_set(self, collection): + def headers(self, collection): """Validating headers setter.""" self._validate(collection) if collection: