Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-weingarden authored Mar 27, 2024
1 parent f6a8fe6 commit 883cdf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions madoop/__main__.py
Original file line number Diff line number Diff line change
@@ -40,8 +40,8 @@ def main():
)
optional_args.add_argument(
'-partitioner', dest='partitioner', default=None,
help=("executable that computes a partition for each key-value pair of "
"map output: default is hash(key) %% num_reducers"),
help=("executable that computes a partition for each key-value pair "
"of map output: default is hash(key) %% num_reducers"),
)
required_args = parser.add_argument_group('required arguments')
required_args.add_argument('-input', dest='input', required=True)

0 comments on commit 883cdf8

Please sign in to comment.