Skip to content

Commit 17556ea

Browse files
authored
Fix: typo in description data download docs (#538)
* 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
1 parent 71f231b commit 17556ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -813,16 +813,16 @@ _See code: [lean/commands/create_project.py](lean/commands/create_project.py)_
813813

814814
### `lean data download`
815815

816-
Purchase and download data directly from QuantConnect or download from Support Data Providers
816+
Purchase and download data directly from QuantConnect or download from supported data providers
817817

818818
```
819819
Usage: lean data download [OPTIONS]
820820
821-
Purchase and download data directly from QuantConnect or download from Support Data Providers
821+
Purchase and download data directly from QuantConnect or download from supported data providers
822822
823823
1. Acquire Data from QuantConnect Datasets: Purchase and seamlessly download data directly from QuantConnect.
824824
825-
2. Streamlined Access from Support Data Providers:
825+
2. Streamlined Access from supported data providers:
826826
827827
- Choose your preferred historical data provider.
828828

lean/commands/data/download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,10 @@ def download(ctx: Context,
576576
update: bool,
577577
no_update: bool,
578578
**kwargs) -> None:
579-
"""Purchase and download data directly from QuantConnect or download from Support Data Providers
579+
"""Purchase and download data directly from QuantConnect or download from supported data providers
580580
581581
1. Acquire Data from QuantConnect Datasets: Purchase and seamlessly download data directly from QuantConnect.\n
582-
2. Streamlined Access from Support Data Providers:\n
582+
2. Streamlined Access from supported data providers:\n
583583
- Choose your preferred historical data provider.\n
584584
- Initiate hassle-free downloads from our supported providers.
585585

0 commit comments

Comments
 (0)