yetessam commited on
Commit
bac848f
·
verified ·
1 Parent(s): 3e82ea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def get_the_current_time_in_timezone(timezone: str) -> str:
25
  timezone: A string representing a valid timezone (e.g., 'America/New_York').
26
 
27
  Returns:
28
- string: A string with time using the 12-hour clock including AM/PM
29
  """
30
  try:
31
  # Create timezone object
 
25
  timezone: A string representing a valid timezone (e.g., 'America/New_York').
26
 
27
  Returns:
28
+ string: A sentence that provides the time using the 12-hour clock including AM/PM
29
  """
30
  try:
31
  # Create timezone object