fix comment

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Jakub Trllo 2024-09-16 13:20:15 +02:00 committed by GitHub
parent 37697bc6ce
commit b6392a3e42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ def _convert_reversed_attr(
if main_value is not None and depr_value is not None:
if main_value == depr_value:
print(
f"God invalid '{main_label}' and '{depr_label}' arguments."
f"Got invalid '{main_label}' and '{depr_label}' arguments."
f" Using '{main_label}' value."
)
elif depr_value is not None: