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',
|
'in',
|
||||||
'of',
|
'of',
|
||||||
'on',
|
'on',
|
||||||
|
'or',
|
||||||
'the',
|
'the',
|
||||||
'to',
|
'to',
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue