This commit is contained in:
Kenneth Reitz
2010-09-20 14:37:10 -04:00
parent f386ef8ac8
commit 9b3268f0ad
+1 -1
View File
@@ -256,7 +256,7 @@ class Databook(object):
for dset in self._datasets:
collector.append(dict(
title = dset.title,
data = dset.dict()
data = dset.dict
))
return collector