From 90a7c4b76a635acb950ccf0a84d77ee4d96753d5 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Thu, 23 Dec 2021 17:07:22 -0800 Subject: [PATCH] Add "or" to the title_capitalize lowercase list. --- voussoirkit/stringtools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/voussoirkit/stringtools.py b/voussoirkit/stringtools.py index a8b29e8..83a7693 100644 --- a/voussoirkit/stringtools.py +++ b/voussoirkit/stringtools.py @@ -95,6 +95,7 @@ def title_capitalize(text) -> str: 'in', 'of', 'on', + 'or', 'the', 'to', ]