Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 25, 2024
1 parent 7ef94e4 commit e842f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_sync_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# create instance of AnyParser
ap = AnyParser(API_KEY)

# synchronous extract job (extraction and result fetching together)
# synchronous extract job (both extraction and result fetching, 60s timeout)
md_output, total_time = ap.extract(FILE_PATH)
print(md_output)
print(total_time)

0 comments on commit e842f27

Please sign in to comment.