Skip to content

Commit

Permalink
Update iterators.html
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0blu committed Aug 14, 2015
1 parent 40b95cd commit 8bffb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iterators.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ <h2 id=a-plural-rule-iterator>A Plural Rule Iterator</h2>
self.pattern_file.close()
raise StopIteration

pattern, search, replace = line.split(None, 3)
pattern, search, replace = line.split(None, 2)
funcs = build_match_and_apply_functions(
pattern, search, replace)
self.cache.append(funcs)
Expand Down Expand Up @@ -304,7 +304,7 @@ <h2 id=a-plural-rule-iterator>A Plural Rule Iterator</h2>
.
.
.
pattern, search, replace = line.split(None, 3)
pattern, search, replace = line.split(None, 2)
<a> funcs = build_match_and_apply_functions( <span class=u>&#x2461;</span></a>
pattern, search, replace)
<a> self.cache.append(funcs) <span class=u>&#x2462;</span></a>
Expand Down

0 comments on commit 8bffb6f

Please sign in to comment.