diff options
-rw-r--r-- | python/refcat/tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index cf67162..75e40b5 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -1094,7 +1094,7 @@ class UnmatchedOpenLibraryMatchTable(Refcat): class BrefZipOpenLibrary(Refcat): """ - Export fuzzy matches to open library targets. + Export fuzzy matches to open library targets. 178m23.701s. """ def requires(self): return { |