Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: typo in description data download docs #538

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -819,16 +819,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
Loading