From a43b19230774c43d4b1271aefe4c4a9a381e7e2d Mon Sep 17 00:00:00 2001 From: GenusGeoff <58801792+GenusGeoff@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:20:02 -0500 Subject: [PATCH] Update README.rst Fixing formatting --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4336521..4931310 100644 --- a/README.rst +++ b/README.rst @@ -172,7 +172,8 @@ day on 12-31 of each year. The intraday frequencies are specified using an inte # You can obtain historical Cryptocurrency price quotes from the get_crypto_price_history() method. # NOTE: Crypto symbol MUST be encapsulated in brackets as a Python list! - client.get_crypto_price_history(tickers = ['BTCUSD'], startDate='2020-12-2', endDate='2020-12-3', resampleFreq='1Hour') + client.get_crypto_price_history(tickers = ['BTCUSD'], startDate='2020-12-2', + endDate='2020-12-3', resampleFreq='1Hour') Further Docs -------------