We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc575f commit d18b6daCopy full SHA for d18b6da
agate/table/from_csv.py
@@ -63,7 +63,7 @@ def from_csv(cls, path, column_names=None, column_types=None, row_names=None, sk
63
handle = f
64
65
if sniff_limit is None:
66
- # Reads to the end of the tile, but avoid reading the file twice.
+ # Reads to the end of the file, but avoid reading the file twice.
67
handle = io.StringIO(f.read())
68
sample = handle.getvalue()
69
elif sniff_limit > 0:
0 commit comments