rtferraz commited on
Commit
eeed482
·
verified ·
1 Parent(s): 37750a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def get_random_joke()-> str: #it's import to specify the return type
34
  def get_user_row(username: str) -> str:
35
  """A tool that fetches more information about the user in a .csv file.
36
  Args:
37
- user_name: A string that's the user name.
38
  """
39
 
40
  try:
 
34
  def get_user_row(username: str) -> str:
35
  """A tool that fetches more information about the user in a .csv file.
36
  Args:
37
+ username: A string that's the user name.
38
  """
39
 
40
  try: