mirror of
https://github.com/wassname/Clover-Edition.git
synced 2026-09-09 11:13:26 +08:00
fixed mental issue?
This commit is contained in:
@@ -178,7 +178,7 @@ class CTRLGenerator():
|
||||
print(repr(result))
|
||||
|
||||
if not first_letter_capitalized:
|
||||
result[0] = result[0].lower()
|
||||
result = result[0].upper() + result[1:]
|
||||
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user