Skip to content

Commit

Permalink
remove period parsing in title
Browse files Browse the repository at this point in the history
  • Loading branch information
eshrh committed May 19, 2020
1 parent 7328316 commit a3e096e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jrnl/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
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.
Expand Down

0 comments on commit a3e096e

Please sign in to comment.