fixed a few type-os to repair document generation.

This commit is contained in:
fawce
2012-03-13 23:31:22 -04:00
parent cb07f2179d
commit 84bccbc67c
8 changed files with 423 additions and 127 deletions
+2 -1
View File
@@ -208,7 +208,8 @@ class namedict(object):
return self.__dict__.has_key(name)
def as_series(self):
s = pandas.Series(self.values(), self.keys())
s = pandas.Series(self.__dict__.values(), self.__dict__.keys())
return s
# ================
# Control Protocol