git @ Cat's Eye Technologies
T-Rext
/
0929865
Don't coalesce adjacent full stops, it's too agressive.
Chris Pressey
3 years ago
1 changed file(s) with
0 addition(s)
and
1 deletion(s)
.
Raw diff
Collapse all
Expand all
+0
-1
src/t_rext/processors.py
less
more
140
140
(r',\.', '.'),
141
141
(r'“ ', '“'),
142
142
(r' ”', '”'),
143
(r'\.\.', '.'),
144
143
(r" \'s", "'s"),
145
144
)
146
145