1
0
mirror of https://gitlab.com/simple-stock-bots/simple-telegram-stock-bot.git synced 2025-06-16 06:56:46 +00:00

documentation fix

This commit is contained in:
Anson Biggs 2021-08-30 13:21:44 -07:00
parent e56679f29f
commit 99fdd6e8be

View File

@ -35,8 +35,8 @@ class Router:
Returns
-------
list[str]
List of stock symbols as strings without dollar sign.
list[Symbol]
List of stock symbols as Symbol objects
"""
symbols = []
stocks = set(re.findall(self.STOCK_REGEX, text))