sintuk commited on
Commit
68fa6fe
·
verified ·
1 Parent(s): 11d606a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ def get_weather(location: str) -> dict:
24
  """
25
  Scrapes the weather information for a given location from a weather website.
26
 
27
- Parameters:
28
- location (str): The name of the location for which to fetch the weather data (e.g., "New York", "London").
29
 
30
  Returns:
31
  dict: A dictionary containing weather information such as temperature and weather description,
 
24
  """
25
  Scrapes the weather information for a given location from a weather website.
26
 
27
+ Args:
28
+ location: The name of the location for which to fetch the weather data (e.g., "New York", "London").
29
 
30
  Returns:
31
  dict: A dictionary containing weather information such as temperature and weather description,