Skip to content

Commit

Permalink
Fix comment error
Browse files Browse the repository at this point in the history
  • Loading branch information
pjh40 committed Sep 6, 2024
1 parent 74c635d commit 6863c52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pyarrow/feather.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ def check_chunked_overflow(name, col):

def write_feather(df, dest, compression=None, compression_level=None,
chunksize=None, version=2, use_threads=True):
"""Write a pandas.DataFrame to Feather format.
"""
Write a pandas.DataFrame to Feather format.
Parameters
----------
Expand Down

0 comments on commit 6863c52

Please sign in to comment.