Skip to content

Commit

Permalink
[Docs] Update Earnings Call Reader Docs to Be Consistent (#11427)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayanadasgupta authored Feb 27, 2024
1 parent b2f0a59 commit 930f922
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Earning call transcripts takes in three arguments
```python
from llama_index import download_loader

IMDBReviewsloader = download_loader("EarningsCallTranscript")
EarningsCallTranscript = download_loader("EarningsCallTranscript")

loader = EarningsCallTranscript(2023, "AAPL", "Q3")
docs = loader.load_data()
Expand Down

0 comments on commit 930f922

Please sign in to comment.