Skip to content

Commit fa010ef

Browse files
committed
fix comment
1 parent fb82bd5 commit fa010ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapers/LadyboyGold/island_dollars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def calculate_dob(age: int, born_str: str, added: datetime) -> str | None:
166166
birth_year = added.year - age
167167
birthday = datetime.strptime(born_str, "%B %d")
168168

169-
# check if birthday has occurred yet in added_date year
169+
# check if birthday has occurred yet in added year
170170
birthday_in_added_year = datetime(added.year, birthday.month, birthday.day)
171171

172172
if added < birthday_in_added_year:

0 commit comments

Comments
 (0)