Update punctuation.py

add `……`
This commit is contained in:
Yam 2017-09-22 09:50:46 +08:00 committed by GitHub
parent ea2732469b
commit 923c4c2fb2

View File

@ -36,7 +36,7 @@ _HYPHENS = r"""
LIST_ELLIPSES = [
r'\.\.+',
""
" ……"
]