Datawithsarah commited on
Commit
6dcbae5
·
verified ·
1 Parent(s): dd2d403

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def get_time_with_context(arg1:str, arg2:int)-> str: #it's import to specify the
16
  timezone: A valid timezone string (e.g., 'America/New_York', 'Asia/Tokyo').
17
 
18
  """
19
- return:
20
  A string with the current time and contextual greeting message.
21
 
22
  try:
 
16
  timezone: A valid timezone string (e.g., 'America/New_York', 'Asia/Tokyo').
17
 
18
  """
19
+ Returns:
20
  A string with the current time and contextual greeting message.
21
 
22
  try: