diff --git a/symbol_router.py b/symbol_router.py index 5da0a0d..ca64eb8 100644 --- a/symbol_router.py +++ b/symbol_router.py @@ -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))