From 58ef27f227f2e64df22fe37be04284c19a26d9a9 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Wed, 9 Jul 2025 23:39:28 +0200 Subject: [PATCH] fix grammar --- cbz/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cbz/utils.py b/cbz/utils.py index 0817e77..c4798cc 100644 --- a/cbz/utils.py +++ b/cbz/utils.py @@ -8,7 +8,7 @@ from PIL.IcoImagePlugin import IcoFile 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: value (any): Expected type or class of the attribute.