AbeJAbraham commited on
Commit
aba1457
·
verified ·
1 Parent(s): 07dd4a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ def scrape_wiki_fifa_winners(year: int, cat: str) -> str:
15
  for the male and female soccer competitions.
16
 
17
  Args:
18
- year : An integer representing the year of the World Cip.
19
- cat : A string representing The competition category, either "Men" or "Women".
20
 
21
 
22
  """
 
15
  for the male and female soccer competitions.
16
 
17
  Args:
18
+ year: An integer representing the year of the World Cip.
19
+ cat: A string representing The competition category, either "Men" or "Women".
20
 
21
 
22
  """