From 13334b7996a02ac9949280fdb03da8be912b23d8 Mon Sep 17 00:00:00 2001 From: cls1991 Date: Tue, 24 Oct 2017 19:33:35 +0800 Subject: DataBook().load function params error --- tablib/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tablib') diff --git a/tablib/core.py b/tablib/core.py index 3db24f3..5c3a4bb 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -1105,7 +1105,7 @@ class Databook(object): """The number of the :class:`Dataset` objects within :class:`Databook`.""" return len(self._datasets) - def load(self, format, in_stream, **kwargs): + def load(self, in_stream, format, **kwargs): """ Import `in_stream` to the :class:`Databook` object using the `format`. -- cgit v1.2.1