Update animtime.py

master
Arjix 2021-05-03 20:17:26 +03:00 committed by GitHub
parent f9e2e8ce2c
commit 0e106d66e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import re
def format_title_case(text):
"""
Will format text to title case and in will have roman numbers in capital case
Will format text to title case and it will have roman numbers in capital case
only I is supported so only up to III, any number bigger than that will keep its original capitalization case
"""
words = text.split()