perceptualmotion commited on
Commit
80143ea
·
verified ·
1 Parent(s): 4fda689

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def on_this_day(date: str) -> str:
44
  Searches for notable historical events that happened on a given date using DuckDuckGo.
45
 
46
  Args:
47
- date (str): The date to search for, formatted as 'Day Month Year' (e.g., '18 March 1995')
48
  or 'Day Month' (e.g., '18 March') if the year is unknown.
49
 
50
  Returns:
 
44
  Searches for notable historical events that happened on a given date using DuckDuckGo.
45
 
46
  Args:
47
+ date: The date to search for, formatted as 'Day Month Year' (e.g., '18 March 1995')
48
  or 'Day Month' (e.g., '18 March') if the year is unknown.
49
 
50
  Returns: