Add "or" to the title_capitalize lowercase list.
This commit is contained in:
parent
597705fc57
commit
90a7c4b76a
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ def title_capitalize(text) -> str:
|
|||
'in',
|
||||
'of',
|
||||
'on',
|
||||
'or',
|
||||
'the',
|
||||
'to',
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue