This commit is contained in:
Auric Vente
2024-07-21 00:28:12 -06:00
parent 2121944ad2
commit b2210c0f76
2 changed files with 3 additions and 3 deletions

View File

@@ -160,4 +160,4 @@ class Utils:
@staticmethod
def capitalize(word: str) -> str:
return word[0].upper() + word[1:]
return word[0].upper() + word[1:]