Skip to content

Commit

Permalink
Fix: typo in description data download docs (#538)
Browse files Browse the repository at this point in the history
* fix: typo in description data download docs

* fix: typo in description data download docs and README

* fix: typo in description data download docs and README
  • Loading branch information
Romazes authored Jan 10, 2025
1 parent 71f231b commit 17556ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,16 +813,16 @@ _See code: [lean/commands/create_project.py](lean/commands/create_project.py)_

### `lean data download`

Purchase and download data directly from QuantConnect or download from Support Data Providers
Purchase and download data directly from QuantConnect or download from supported data providers

```
Usage: lean data download [OPTIONS]
Purchase and download data directly from QuantConnect or download from Support Data Providers
Purchase and download data directly from QuantConnect or download from supported data providers
1. Acquire Data from QuantConnect Datasets: Purchase and seamlessly download data directly from QuantConnect.
2. Streamlined Access from Support Data Providers:
2. Streamlined Access from supported data providers:
- Choose your preferred historical data provider.
Expand Down
4 changes: 2 additions & 2 deletions lean/commands/data/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,10 @@ def download(ctx: Context,
update: bool,
no_update: bool,
**kwargs) -> None:
"""Purchase and download data directly from QuantConnect or download from Support Data Providers
"""Purchase and download data directly from QuantConnect or download from supported data providers
1. Acquire Data from QuantConnect Datasets: Purchase and seamlessly download data directly from QuantConnect.\n
2. Streamlined Access from Support Data Providers:\n
2. Streamlined Access from supported data providers:\n
- Choose your preferred historical data provider.\n
- Initiate hassle-free downloads from our supported providers.
Expand Down

0 comments on commit 17556ea

Please sign in to comment.