From 177b283eb8ed588d1241ecd1885d260b567d8da6 Mon Sep 17 00:00:00 2001 From: Brandon Stafford Date: Mon, 8 Mar 2021 09:53:56 -0500 Subject: [PATCH] Update index.rst --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index f2994fb..3e35616 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 :