caobin commited on
Commit
c335a7d
·
verified ·
1 Parent(s): caf394c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## Combine the split files into a single file named 'ILtest.db.gzip'
2
 
3
 
4
  ```python
@@ -15,5 +15,5 @@ def combine_files(input_prefix, num_parts, output_file):
15
  os.remove(part_file)
16
 
17
 
18
- combine_files('ILtest_part', 2, 'ILtest.db.gzip')
19
  ```
 
1
+ ## Combine the split files into a single file named 'ILtest.db.gz'
2
 
3
 
4
  ```python
 
15
  os.remove(part_file)
16
 
17
 
18
+ combine_files('ILtest_part', 2, 'ILtest.db.gz')
19
  ```