diff --git a/iexfinance/altdata/__init__.py b/iexfinance/altdata/__init__.py index bfd73eb..8f1b88a 100644 --- a/iexfinance/altdata/__init__.py +++ b/iexfinance/altdata/__init__.py @@ -5,8 +5,8 @@ def get_crypto_quote(symbol, **kwargs): """ - .. warning:: This endpoint will be deprecated and moved to - ``iexfinance.crypto.get_crypto_quote in version 0.5.2. + .. warning:: This endpoint will be deprecated and moved to + ``iexfinance.crypto.get_crypto_quote in version 0.5.2. """ warnings.warn( "This endpoint will be deprecated and moved to " diff --git a/iexfinance/crypto/__init__.py b/iexfinance/crypto/__init__.py index 3eb5594..069ff15 100644 --- a/iexfinance/crypto/__init__.py +++ b/iexfinance/crypto/__init__.py @@ -11,7 +11,7 @@ def get_crypto_book(symbol, **kwargs): endpoint. Reference: https://iexcloud.io/docs/api/#cryptocurrency-book - + Data Weighting: ``10`` per symbol per update Parameters @@ -29,7 +29,7 @@ def get_crypto_price(symbol, **kwargs): This returns the price for a specified cryptocurrency. Reference: https://iexcloud.io/docs/api/#cryptocurrency-price - + Data Weighting: ``1`` Parameters @@ -47,7 +47,7 @@ def get_crypto_quote(symbol, **kwargs): Single quote for Cryptocurrency supported by IEX Cloud. Reference: https://iexcloud.io/docs/api/#cryptocurrency-quote - + Data Weighting: ``2`` per symbol Parameters diff --git a/iexfinance/stocks/base.py b/iexfinance/stocks/base.py index 88f2eb1..adaaa89 100644 --- a/iexfinance/stocks/base.py +++ b/iexfinance/stocks/base.py @@ -823,8 +823,7 @@ def format(out): return self._get_endpoint("news", format=format, params=kwargs) def get_relevant_stocks(self, **kwargs): - """DEPRECATED - """ + """DEPRECATED""" raise ImmediateDeprecationError("get_relevant_stocks") # field methods