Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
Co-authored-by: Melina O'Dell <[email protected]>
  • Loading branch information
noah-weingarden and melodell authored Mar 27, 2024
1 parent 09d275f commit f6a8fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion madoop/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main():
)
optional_args.add_argument(
'-partitioner', dest='partitioner', default=None,
help=("executable that computes a partition for each key-value pair of"
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')
Expand Down

0 comments on commit f6a8fe6

Please sign in to comment.