# -------------------------------
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)