Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bffb6f

Browse files
committed
Update iterators.html
1 parent 40b95cd commit 8bffb6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iterators.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h2 id=a-plural-rule-iterator>A Plural Rule Iterator</h2>
236236
self.pattern_file.close()
237237
raise StopIteration
238238

239-
pattern, search, replace = line.split(None, 3)
239+
pattern, search, replace = line.split(None, 2)
240240
funcs = build_match_and_apply_functions(
241241
pattern, search, replace)
242242
self.cache.append(funcs)
@@ -304,7 +304,7 @@ <h2 id=a-plural-rule-iterator>A Plural Rule Iterator</h2>
304304
.
305305
.
306306
.
307-
pattern, search, replace = line.split(None, 3)
307+
pattern, search, replace = line.split(None, 2)
308308
<a> funcs = build_match_and_apply_functions( <span class=u>&#x2461;</span></a>
309309
pattern, search, replace)
310310
<a> self.cache.append(funcs) <span class=u>&#x2462;</span></a>

0 commit comments

Comments
 (0)