Skip to content

Commit b5fa88f

Browse files
Minor fix for short description resolution
1 parent f62c0b1 commit b5fa88f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linodecli/baked/parsing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Sentence delimiter, split on a period followed by any type of
1111
# whitespace (space, new line, tab, etc.)
12-
REGEX_SENTENCE_DELIMITER = re.compile(r"\.(?:\s|$)")
12+
REGEX_SENTENCE_DELIMITER = re.compile(r"\W(?:\s|$)")
1313

1414
# Matches on pattern __prefix__ at the beginning of a description
1515
# or after a comma

0 commit comments

Comments
 (0)