Skip to content

Commit fd1f93e

Browse files
committed
Fix
1 parent b579604 commit fd1f93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_programming/current_stock_price.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
def stock_price(symbol: str = "AAPL") -> str:
1616
"""
1717
>>> stock_price("EEEE")
18-
'-'
18+
'- '
1919
>>> isinstance(float(stock_price("GOOG")),float)
2020
True
2121
"""

0 commit comments

Comments
 (0)