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 f230daa..b8a942c 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -808,7 +808,7 @@ class OpenLibraryEditionsToRelease(Refcat): return luigi.LocalTarget(path=self.path(ext="json.zst"), format=Zstd) -class OpenLibraryMapped(Refcat): +class OpenLibraryEditionsMapped(Refcat): """ A mapped open library editions set. """ |