Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Feb 7, 2024
1 parent 9a24e8f commit 4175374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastparquet/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from fastparquet.json import json_decoder
from fastparquet.util import (default_open, default_remove, ParquetException, val_to_num,
ops, ensure_bytes, ensure_str, check_column_names, metadata_from_many,
ex_from_sep, _strip_path_tail, get_fs, PANDAS_VERSION, jion_path)
ex_from_sep, _strip_path_tail, get_fs, PANDAS_VERSION, join_path)


# Find in names of partition files the integer matching "**part.*.parquet",
Expand Down

0 comments on commit 4175374

Please sign in to comment.