File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 > ②</ span > </ a >
309309 pattern, search, replace)
310310< a > self.cache.append(funcs) < span class =u > ③</ span > </ a >
You can’t perform that action at this time.
0 commit comments