rupeshs commited on
Commit
4d29935
·
1 Parent(s): c29159c

moonphase update2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def get_moon_phase(date: datetime.date) -> str:
15
  Calculates and returns the current moon phase.
16
 
17
  Args:
18
- date (datetime.date, optional): The date for which to calculate the moon phase. Defaults to today.
19
 
20
  Returns:
21
  str: A string describing the moon phase.
 
15
  Calculates and returns the current moon phase.
16
 
17
  Args:
18
+ date: The date for which to calculate the moon phase. Defaults to today.
19
 
20
  Returns:
21
  str: A string describing the moon phase.