Skip to content

Commit

Permalink
Fix docstring for aget_xlsx method (#551)
Browse files Browse the repository at this point in the history
Updated docstring to describe xlsx download instead of image download
  • Loading branch information
BharathxD authored Dec 13, 2024
1 parent 7d4df3b commit 6d62fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama_parse/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def get_charts(self, json_result: List[dict], download_path: str) -> List[dict]:
async def aget_xlsx(
self, json_result: List[dict], download_path: str
) -> List[dict]:
"""Download images from the parsed result."""
"""Download xlsx from the parsed result."""
headers = {"Authorization": f"Bearer {self.api_key}"}

# make the download path
Expand Down

0 comments on commit 6d62fb8

Please sign in to comment.