mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 21:46:37 +08:00
DOC: Add missing word in docstring.
This commit is contained in:
@@ -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]).
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user