File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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```
819819Usage: 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments