diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2010-09-25 05:57:42 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2010-09-25 05:57:42 -0400 |
| commit | b1d282744cfcc20fd5fc7478e64832b6b484cdfb (patch) | |
| tree | 514000c6154adaaf5d3b0110435de249a8c2e5a9 /tablib | |
| parent | 4c0c879d657b0d8c791135de8e5b8420bf410a96 (diff) | |
| download | tablib-b1d282744cfcc20fd5fc7478e64832b6b484cdfb.tar.gz | |
Docstring updates.
Diffstat (limited to 'tablib')
| -rw-r--r-- | tablib/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tablib/core.py b/tablib/core.py index 52a8faa..bc1cbbf 100644 --- a/tablib/core.py +++ b/tablib/core.py @@ -246,6 +246,7 @@ class Databook(object): def _package(self): + """Packages Databook for delivery.""" collector = [] for dset in self._datasets: collector.append(dict( |
