Skip to content

Fixes wiki and doctest issues #11227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update get_top_billionaires.py
  • Loading branch information
MarlieChiller authored Jan 2, 2024
commit c7866491ec3de74bc7f55c9b1cf69896645f727e
2 changes: 1 addition & 1 deletion web_programming/get_top_billionaires.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def calculate_age(unix_date: float) -> str:
>>> int(calculate_age(-657244800000)) - years_since_create
72
>>> int(calculate_age(46915200000)) - years_since_create
51
50
"""
# Convert date from milliseconds to seconds
unix_date /= 1000
Expand Down