apply recent improvements

This commit is contained in:
jeffy-g
2017-04-10 03:05:44 +09:00
parent 53957c24df
commit 4a964ab6be
2 changed files with 39 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ import re
def sequential_rep(text_, *args):
# type: (basestring, *list) -> basestring
# type: (basestring, tuple) -> basestring
"""
:param text_: string content
:param args: like <pattern>, <replacement>, <pattern>, <replacement>, ...