caobin commited on
Commit
5086b1e
·
verified ·
1 Parent(s): 2d7c83d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,5 +15,5 @@ def combine_files(input_prefix, num_parts, output_file):
15
  os.remove(part_file)
16
 
17
 
18
- combine_files('ILtrain2_part', 5, 'ILtrain2.db.gzip')
19
  ```
 
15
  os.remove(part_file)
16
 
17
 
18
+ combine_files('ILtrain2_part', 5, 'ILtrain2.db.gz')
19
  ```