From 1da040826e3adad465dcdfb914cd22268aed76d4 Mon Sep 17 00:00:00 2001 From: Adam DuVander Date: Mon, 1 Mar 2021 11:36:54 -0800 Subject: [PATCH] Tiny little typo tweak --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 8612a2b..c521d23 100644 --- a/app.py +++ b/app.py @@ -107,7 +107,7 @@ def tle_info(): @json def iss_pass(): """The international space station (ISS) is an orbital outpost circling - high above out heads. Sometimes it's overhead, but when? It depends on your + high above our heads. Sometimes it's overhead, but when? It depends on your location. Given a location on Earth (latitude, longitude, and altitude) this API will compute the next n number of times that the ISS will be overhead.