Use 'Auto Archiver' naming for consistency.

auto-archiver is reserved in the docs for when talking about the command line usage
This commit is contained in:
Patrick Robertson
2025-02-20 11:50:29 +00:00
parent 061f29c885
commit 40488e0869
7 changed files with 14 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ from abc import abstractmethod
from auto_archiver.core import Metadata, BaseModule
class Enricher(BaseModule):
"""Base classes and utilities for enrichers in the Auto-Archiver system.
"""Base classes and utilities for enrichers in the Auto Archiver system.
Enricher modules must implement the `enrich` method to define their behavior.
"""