Skip to content

Commit

Permalink
Merge pull request #26 from jepler/doc-fixes
Browse files Browse the repository at this point in the history
fix date in Python code to match output in docs
  • Loading branch information
jepler committed Jul 19, 2024
2 parents c1d1dfa + 8e26d78 commit d2329db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guides/check-date-leap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from leapseconddata import LeapSecondData

my_date = date(2015, 12, 31)
my_date = date(2016, 12, 31)
data = LeapSecondData.from_standard_source()

for leap in data.leap_seconds:
Expand Down

0 comments on commit d2329db

Please sign in to comment.