diff --git a/zipline/pipeline/data/dataset.py b/zipline/pipeline/data/dataset.py index 980156a1..da236541 100644 --- a/zipline/pipeline/data/dataset.py +++ b/zipline/pipeline/data/dataset.py @@ -157,7 +157,7 @@ class BoundColumn(LoadableTerm): @property def qualname(self): """ - The fully-qualified of this column. + The fully-qualified name of this column. Generated by doing '.'.join([self.dataset.__name__, self.name]). """