From 2872242371b0608783f205eb5e9baac4d071c227 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sun, 13 Mar 2022 17:28:03 +0100 Subject: [PATCH] Fix typo in docstring. --- wrpylib/wrvalidators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrpylib/wrvalidators.py b/wrpylib/wrvalidators.py index 3764bf3..2e5cd5e 100644 --- a/wrpylib/wrvalidators.py +++ b/wrpylib/wrvalidators.py @@ -325,7 +325,7 @@ opt_tristate_german_converter = FromToConverter(opt_tristate_german_from_str, op # ------------------------------- def opt_tristate_german_comment_from_str(value: str) -> Tuple[Optional[float], Optional[str]]: - """Ja, Nein or Teilweise, optionally with comment in parenthesis.""" + """Ja, Nein or Teilweise, optionally with comment in parentheses.""" return value_comment_from_str(value, opt_tristate_german_from_str, opt_str_from_str, True) -- 2.39.5