Skip to content

Commit

Permalink
copyedit docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Padraic Shafer <[email protected]>
  • Loading branch information
danielballan and padraic-shafer authored Oct 24, 2023
1 parent 165df01 commit 758d2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tiled/adapters/excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def from_file(cls, file, **kwargs):
Given a pandas.ExcelFile object
>>> import pandas
>>> filepath = "path/to/excel_file.xlsx"
>>> ef = pandas.ExcelFile(filepath)
>>> ExcelAdapter.from_file(ef)
"""
Expand Down

0 comments on commit 758d2ad

Please sign in to comment.