Skip to content

Commit

Permalink
docs(executors): fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-wang committed May 11, 2020
1 parent db8e00b commit b4bf44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/executors/crafters/nlp/split.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def __init__(self,
"""
:param min_sent_len: the minimal number of characters (including white spaces) of the sentence, by default 1.
:param max_sent_len: the maximal length of characters (including white spaces) of the sentence, by default 1e5.
:param max_sent_len: the maximal number of characters (including white spaces) of the sentence, by default 1e5.
:param punct_chars: the punctuation characters to split on.
"""
super().__init__(*args, **kwargs)
Expand Down

0 comments on commit b4bf44d

Please sign in to comment.