Add "or" to the title_capitalize lowercase list.

This commit is contained in:
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

View file

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