mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-30 22:19:57 +02:00
Merge branch 'master' of https://github.com/qurator-spk/dinglehopper
This commit is contained in:
commit
6048107889
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ class ExtractedText:
|
|||
raise ValueError("Can't have joiner without segments to join")
|
||||
if self.segments is not None:
|
||||
if value not in ("", " ", "\n"):
|
||||
raise ValueError(f"Unexcepted segment joiner value {repr(value)}")
|
||||
raise ValueError(f"Unexpected segment joiner value {repr(value)}")
|
||||
|
||||
@_text.validator
|
||||
def is_valid_text(self, _, value):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue