Skip to content

Commit

Permalink
fix: minor typo (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanFM committed Jan 22, 2021
1 parent e29734b commit 957e88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jina/parsers/peapods/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def mixin_base_pod_parser(parser):
help='The executor attached after the Peas described by --uses, typically used for receiving from '
'all parallels, accepted type follows "--uses"')
gp.add_argument('--remove-uses-ba', action='store_true', default=False,
help='If set, disable `uses-before` or `uses-after` if parallel is equal to 1. Useful'
help='If set, disable `uses-before` or `uses-after` if parallel is equal to 1. Useful '
'to parametrize parallelization and sharding without having `uses_after` or `uses_before` '
'taking extra processes and network hops')
gp.add_argument('--parallel', '--shards', type=int, default=1,
Expand Down

0 comments on commit 957e88a

Please sign in to comment.