diff --git a/scrapling/parser.py b/scrapling/parser.py index 47d2b32..5440a84 100644 --- a/scrapling/parser.py +++ b/scrapling/parser.py @@ -766,7 +766,7 @@ class Adaptor(SelectorsGeneration): self._storage.save(element, identifier) else: log.critical( - "Can't use Auto-match features with disabled globally, you have to start a new class instance." + "Can't use Auto-match features while disabled globally, you have to start a new class instance." ) def retrieve(self, identifier: str) -> Optional[Dict]: @@ -780,7 +780,7 @@ class Adaptor(SelectorsGeneration): return self._storage.retrieve(identifier) log.critical( - "Can't use Auto-match features with disabled globally, you have to start a new class instance." + "Can't use Auto-match features while disabled globally, you have to start a new class instance." ) # Operations on text functions