mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
documentation fix
This commit is contained in:
parent
e56679f29f
commit
99fdd6e8be
@ -35,8 +35,8 @@ class Router:
|
|||||||
|
|
||||||
Returns
|
Returns
|
||||||
-------
|
-------
|
||||||
list[str]
|
list[Symbol]
|
||||||
List of stock symbols as strings without dollar sign.
|
List of stock symbols as Symbol objects
|
||||||
"""
|
"""
|
||||||
symbols = []
|
symbols = []
|
||||||
stocks = set(re.findall(self.STOCK_REGEX, text))
|
stocks = set(re.findall(self.STOCK_REGEX, text))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user