Add "or" to the title_capitalize lowercase list.

master
voussoir 2021-12-23 17:07:22 -08:00
parent 597705fc57
commit 90a7c4b76a
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ def title_capitalize(text) -> str:
'in',
'of',
'on',
'or',
'the',
'to',
]