Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pingswept committed Mar 8, 2021
1 parent 96c5373 commit 177b283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can also calculate the azimuth of the sun, as shown below.::
longitude = -71.382
date = datetime.datetime(2007, 2, 18, 15, 13, 1, 130320, tzinfo=datetime.timezone.utc)
get_azimuth(latitude, longitude, date)
print(get_azimuth(latitude, longitude, date))

Results in :

Expand Down

0 comments on commit 177b283

Please sign in to comment.