mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-21 05:28:31 +02:00
remove period parsing in title
This commit is contained in:
parent
732831695f
commit
a3e096edfd
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue