diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/base.py b/python/refcat/base.py index 240e4a0..7c3736b 100644 --- a/python/refcat/base.py +++ b/python/refcat/base.py @@ -32,7 +32,7 @@ logger = logging.getLogger('refcat') class ClosestDateParameter(luigi.DateParameter): """ A marker parameter to replace date parameter value with whatever - self.closest() returns. Use in conjunction with `gluish.task.BaseTask`. + self.closest() returns. Use in conjunction with `BaseTask`. """ use_closest_date = True |