Spoon-assassin commited on
Commit
7d52581
·
verified ·
1 Parent(s): 0495093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def get_weather_forecast(city: str, days: str=3) -> str:
87
  days: The number of days to forecast (int, default is 3).
88
 
89
  Returns:
90
- A string with the following days forcast
91
  Prints an error message if the API request fails.
92
  """
93
 
 
87
  days: The number of days to forecast (int, default is 3).
88
 
89
  Returns:
90
+ A string containing the weather forecast in CSV format.
91
  Prints an error message if the API request fails.
92
  """
93