summaryrefslogtreecommitdiff
path: root/docs/examples/not_in_docs/great_circle/p1.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/not_in_docs/great_circle/p1.py')
-rw-r--r--docs/examples/not_in_docs/great_circle/p1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/not_in_docs/great_circle/p1.py b/docs/examples/not_in_docs/great_circle/p1.py
index c0694a235..e60b9723f 100644
--- a/docs/examples/not_in_docs/great_circle/p1.py
+++ b/docs/examples/not_in_docs/great_circle/p1.py
@@ -1,7 +1,7 @@
import math
def great_circle(lon1, lat1, lon2, lat2):
- radius = 3956 # miles
+ radius = 3956 # miles
x = math.pi/180.0
a = (90.0 - lat1)*x