From 12c8bfa545bc928924181db5463c5a41ffc9e254 Mon Sep 17 00:00:00 2001 From: Miae Kim Date: Sun, 7 Feb 2021 16:08:34 -0800 Subject: [PATCH] Fix typo in Data Layer Commit changes --- docs/component/data.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/data.rst b/docs/component/data.rst index 4d998c772..4b0962d49 100644 --- a/docs/component/data.rst +++ b/docs/component/data.rst @@ -172,7 +172,7 @@ The `trade unit` defines the unit number of stocks can be used in a trade, and t - If users use ``Qlib`` in US-stock mode, US-stock data is required. ``Qlib`` also provides a script to download US-stock data. Users can use ``Qlib`` in US-stock mode according to the following steps: - - Download china-stock in qlib format, please refer to section `Qlib Format Dataset <#qlib-format-dataset>`_. + - Download us-stock in qlib format, please refer to section `Qlib Format Dataset <#qlib-format-dataset>`_. - Initialize ``Qlib`` in US-stock mode Supposed that users prepare their Qlib format data in the directory ``~/.qlib/csv_data/us_data``. Users only need to initialize ``Qlib`` as follows.