From 387c43511ae8c8bea1fa1ec0df9ca5c1e351019d Mon Sep 17 00:00:00 2001 From: Scott Sanderson Date: Sun, 20 Mar 2016 17:05:48 -0400 Subject: [PATCH] DOC: Add missing word in docstring. --- zipline/pipeline/data/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]). """