kivy_mainline_and_py3.8
Tyler Goodlet 2018-11-11 21:06:25 -05:00
parent 6bef365fd4
commit a5afa0f1c3
1 changed files with 1 additions and 1 deletions

View File

@ -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,