AbeJAbraham commited on
Commit
88138e7
·
verified ·
1 Parent(s): 19e94f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,8 +14,8 @@ def scrape_wiki_fifa_winners(arg1: int, arg2: str) -> str:
14
  for the male and female soccer competition.
15
 
16
  Args:
17
- arg1 (int): The year of the World Cup.
18
- arg2 (str): The competition category, either "Men" or "Women".
19
 
20
  Returns:
21
  str: The winner of the given category and year or an error message.
 
14
  for the male and female soccer competition.
15
 
16
  Args:
17
+ arg1 : The year of the World Cup.
18
+ arg2 : The competition category, either "Men" or "Women".
19
 
20
  Returns:
21
  str: The winner of the given category and year or an error message.