DOC: Add missing word in docstring.

This commit is contained in:
Scott Sanderson
2016-03-20 17:05:48 -04:00
parent 14c1bb0cb5
commit 387c43511a
+1 -1
View File
@@ -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]).
"""