Skip to content

Commit

Permalink
Fix error in docs about hadoop output format
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Johnson committed Feb 29, 2012
1 parent ea82609 commit 5f24322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mrjob/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ def hadoop_input_format(self):
#: Optional name of an optional Hadoop ``OutputFormat`` class, e.g.
#: ``'org.apache.hadoop.mapred.FileOutputFormat'``.
#:
#: Passed to Hadoop with the *first* step of this job with the
#: Passed to Hadoop with the *last* step of this job with the
#: ``-outputformat`` option.
HADOOP_OUTPUT_FORMAT = None

Expand Down

0 comments on commit 5f24322

Please sign in to comment.