From a3e096edfd600f8d6342bfad5a299b50b33e9604 Mon Sep 17 00:00:00 2001 From: Eshan Ramesh Date: Tue, 19 May 2020 15:09:47 -0400 Subject: [PATCH] remove period parsing in title --- jrnl/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/util.py b/jrnl/util.py index 8033306b..f75d9fb1 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -29,7 +29,6 @@ RESET_COLOR = colorama.Fore.RESET SENTENCE_SPLITTER = re.compile( r""" ( # A sentence ends at one of two sequences: - [.!?\u203C\u203D\u2047\u2048\u2049\u3002\uFE52\uFE57\uFF01\uFF0E\uFF1F\uFF61] # Either, a sequence starting with a sentence terminal, [\'\u2019\"\u201D]? # an optional right quote, [\]\)]* # optional closing brackets and \s+ # a sequence of required spaces.