Skip to content

Commit a15b6fb

Browse files
authored
Update error message in current_stock_price.py
1 parent 6f1b5cd commit a15b6fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web_programming/current_stock_price.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
def stock_price(symbol: str = "AAPL") -> str:
2424
"""
2525
>>> stock_price("EEEE")
26-
'- '
26+
'No <fin-streamer> tag with the specified data-testid attribute found.'
2727
>>> isinstance(float(stock_price("GOOG")),float)
2828
True
2929
"""

0 commit comments

Comments
 (0)