Skip to content

Commit d18b6da

Browse files
committed
chore(nit): Fix typo
1 parent 0dc575f commit d18b6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agate/table/from_csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def from_csv(cls, path, column_names=None, column_types=None, row_names=None, sk
6363
handle = f
6464

6565
if sniff_limit is None:
66-
# Reads to the end of the tile, but avoid reading the file twice.
66+
# Reads to the end of the file, but avoid reading the file twice.
6767
handle = io.StringIO(f.read())
6868
sample = handle.getvalue()
6969
elif sniff_limit > 0:

0 commit comments

Comments
 (0)