Skip to content

Commit

Permalink
Update budou.py
Browse files Browse the repository at this point in the history
remove obsolete separator argument
  • Loading branch information
pieterdeschepper authored Jan 20, 2020
1 parent 7fc1aa8 commit 1f46714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion budou/budou.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def main():

sys.exit()

def parse(source, segmenter='nlapi', language=None, max_length=None, separator=None,
def parse(source, segmenter='nlapi', language=None, max_length=None,
classname=None, attributes=None, inlinestyle=False, wbr=False,
**kwargs):
"""Parses input source.
Expand Down

0 comments on commit 1f46714

Please sign in to comment.