Skip to content

Commit

Permalink
fix: docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianwerk authored and JoanFM committed Sep 17, 2020
1 parent 7eeb89f commit f7a5df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jina/drivers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def __init__(self,
**kwargs):
"""
:param recur_on: "matches" or "chunks" or both, the actual directions where to recur on
:param granularity_range: right-exclusive range of the recursion depth, (0, 1) for root-level only
:param adjacency_range: right-exclusive range of the recursion adjacency, (0, 1) for single matches
:param granularity_range: right-inclusive range of the recursion depth, (0, 0) for root-level only
:param adjacency_range: right-inclusive range of the recursion adjacency, (0, 0) for single matches
:param apply_order: the traverse and apply order. if 'post' then first traverse then call apply, if 'pre' then first apply then traverse
:param args:
:param kwargs:
Expand Down

0 comments on commit f7a5df9

Please sign in to comment.