vandat2601 commited on
Commit
04f4e0a
·
verified ·
1 Parent(s): 63d5f3d

Update tools/football_search.py

Browse files
Files changed (1) hide show
  1. tools/football_search.py +1 -1
tools/football_search.py CHANGED
@@ -28,7 +28,7 @@ def _make_request(endpoint: str) -> Dict:
28
  def get_standing(competition_code: str) -> Dict:
29
  """ Get competition standing by competition code
30
  Args:
31
- league_code: a string represent the competition code
32
  """
33
  return _make_request(f'/competitions/{competition_code}/standings')
34
 
 
28
  def get_standing(competition_code: str) -> Dict:
29
  """ Get competition standing by competition code
30
  Args:
31
+ competition_code: a string represent the competition code
32
  """
33
  return _make_request(f'/competitions/{competition_code}/standings')
34