From ecbb26d1226a49540dad44574deb46f886abe9b7 Mon Sep 17 00:00:00 2001 From: wsyxbcl Date: Tue, 19 Jan 2021 18:18:11 +0800 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d7566a9..b0474d80 100644 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ intraday.tail(3) -The above dataframe contains Open,High,Low,Close data at 1 minute intervervals for the S&P 500 stock index for November 5, 6, 7 and 8, 2019. Let's look at the last hour of trading on November 6th, with a 7 minute and 12 minute moving average. +The above dataframe contains Open,High,Low,Close data at 1 minute intervals for the S&P 500 stock index for November 5, 6, 7 and 8, 2019. Let's look at the last hour of trading on November 6th, with a 7 minute and 12 minute moving average. ```python @@ -582,9 +582,9 @@ My name is Daniel Goldfarb. In November 2019, I became the maintainer of `matpl It is my intention to archive the `matplotlib/mpl-finance` repository soon, and direct everyone to `matplotlib/mplfinance`. The main reason for the rename is to avoid confusion with the hyphen and the underscore: As it was, `mpl-finance` was *installed with the hyphen, but imported with an underscore `mpl_finance`.* Going forward it will be a simple matter of both installing and importing `mplfinance`. --- -## old API availability +## Old API availability -**With this new ` mplfinance ` package installed, in addition to the new API, users can still access the old API**.
The old API may be removed some day, but for the foreseeable future we will keep it ... at least until we are very confident that users of the old API can accomplish the same things with the new API. +**With this new ` mplfinance ` package installed, in addition to the new API, users can still access the old API**.
The old API may be removed someday, but for the foreseeable future we will keep it ... at least until we are very confident that users of the old API can accomplish the same things with the new API. To access the old API with the new ` mplfinance ` package installed, change the old import statments