Skip to content

Commit 22f921a

Browse files
committed
. d updated markdown snippets
1 parent 6131004 commit 22f921a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/mr_job.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_word_count():
2626
map_reduction = MRWordFrequencyCount([])
2727
verify_map_reduce(map_reduction, test_data)
2828
```
29-
<sup><a href='/tests/mrjob/test_mrjob.py#L28-L35' title='Snippet source file'>snippet source</a> | <a href='#snippet-verify_map_reduce' title='Start of snippet'>anchor</a></sup>
29+
<sup><a href='/tests/mrjob/test_mrjob.py#L24-L31' title='Snippet source file'>snippet source</a> | <a href='#snippet-verify_map_reduce' title='Start of snippet'>anchor</a></sup>
3030
<!-- endSnippet -->
3131

3232
This will produce
@@ -64,7 +64,7 @@ def test_word_count_combinations():
6464

6565
verify_templated_map_reduce(map_reduction, input_creator, [animals, colors, colors])
6666
```
67-
<sup><a href='/tests/mrjob/test_mrjob.py#L38-L50' title='Snippet source file'>snippet source</a> | <a href='#snippet-verify_templated_map_reduce' title='Start of snippet'>anchor</a></sup>
67+
<sup><a href='/tests/mrjob/test_mrjob.py#L34-L46' title='Snippet source file'>snippet source</a> | <a href='#snippet-verify_templated_map_reduce' title='Start of snippet'>anchor</a></sup>
6868
<!-- endSnippet -->
6969

7070
[Click here to see the results](../../tests/mrjob/test_mrjob.test_word_count_combinations.approved.txt)

0 commit comments

Comments
 (0)