fix type flies => files

This commit is contained in:
Samuel Laulhau 2021-05-28 10:03:14 +02:00 committed by Mark Baker
parent 004eacc49b
commit 290c125e2e
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ library.
### Csv ### Csv
Comma Separated Value (CSV) file format is a common structuring strategy Comma Separated Value (CSV) file format is a common structuring strategy
for text format files. In CSV flies, each line in the file represents a for text format files. In CSV files, each line in the file represents a
row of data and (within each line of the file) the different data fields row of data and (within each line of the file) the different data fields
(or columns) are separated from one another using a comma (`,`). If a (or columns) are separated from one another using a comma (`,`). If a
data field contains a comma, then it should be enclosed (typically in data field contains a comma, then it should be enclosed (typically in