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>
236
236
self.pattern_file.close()
237
237
raise StopIteration
238
238
239
- pattern, search, replace = line.split(None, 3 )
239
+ pattern, search, replace = line.split(None, 2 )
240
240
funcs = build_match_and_apply_functions(
241
241
pattern, search, replace)
242
242
self.cache.append(funcs)
@@ -304,7 +304,7 @@ <h2 id=a-plural-rule-iterator>A Plural Rule Iterator</h2>
304
304
.
305
305
.
306
306
.
307
- pattern, search, replace = line.split(None, 3 )
307
+ pattern, search, replace = line.split(None, 2 )
308
308
< a > funcs = build_match_and_apply_functions( < span class =u > ②</ span > </ a >
309
309
pattern, search, replace)
310
310
< a > self.cache.append(funcs) < span class =u > ③</ span > </ a >
You can’t perform that action at this time.
0 commit comments