Fix typo
parent
6bef365fd4
commit
a5afa0f1c3
|
@ -59,7 +59,7 @@ class Client:
|
||||||
return self._zip_in_order(symbols, resp['results'])
|
return self._zip_in_order(symbols, resp['results'])
|
||||||
|
|
||||||
async def symbol_data(self, symbols: [str]):
|
async def symbol_data(self, symbols: [str]):
|
||||||
"""Retrieve symbol data via the ``fundmentals`` endpoint.
|
"""Retrieve symbol data via the ``fundamentals`` endpoint.
|
||||||
"""
|
"""
|
||||||
return self._zip_in_order(
|
return self._zip_in_order(
|
||||||
symbols,
|
symbols,
|
||||||
|
|
Loading…
Reference in New Issue