fix grammar

This commit is contained in:
hyugogirubato
2025-07-09 23:39:28 +02:00
parent 36b76f6d9e
commit 58ef27f227
+1 -1
View File
@@ -8,7 +8,7 @@ from PIL.IcoImagePlugin import IcoFile
def default_attr(value: any) -> any: def default_attr(value: any) -> any:
""" """
Provides a default value based on the expected type of an attribute. Provides a default value based on the expected type of attribute.
Args: Args:
value (any): Expected type or class of the attribute. value (any): Expected type or class of the attribute.