kolkhi commited on
Commit
006ce37
·
verified ·
1 Parent(s): bfda5e7

Fix argument desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def sunrise_sunset_tool(lat:str, lng:str)-> str: #it's import to specify the ret
15
  """A tool that returns sunrise and sunset times for location specified by latitude and longitude
16
  Args:
17
  lat: A string representing location latitude
18
- long: A string representing location longitude
19
  """
20
  try:
21
  sunrise = "7:27:02 AM"
 
15
  """A tool that returns sunrise and sunset times for location specified by latitude and longitude
16
  Args:
17
  lat: A string representing location latitude
18
+ lng: A string representing location longitude
19
  """
20
  try:
21
  sunrise = "7:27:02 AM"