diff --git a/agate/table/from_csv.py b/agate/table/from_csv.py index b20f2aa..b979771 100644 --- a/agate/table/from_csv.py +++ b/agate/table/from_csv.py @@ -63,7 +63,7 @@ def from_csv(cls, path, column_names=None, column_types=None, row_names=None, sk handle = f if sniff_limit is None: - # 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. handle = io.StringIO(f.read()) sample = handle.getvalue() elif sniff_limit > 0: