aboutsummaryrefslogtreecommitdiff
path: root/docs/plot/plot.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plot/plot.py')
-rw-r--r--docs/plot/plot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/plot/plot.py b/docs/plot/plot.py
index 42581f33..2ccb2814 100644
--- a/docs/plot/plot.py
+++ b/docs/plot/plot.py
@@ -76,7 +76,7 @@ def meridian(lon, lat_min, lat_max):
def parallel(lat, lon_min, lon_max):
'''
- Calculate parallell coordinates.
+ Calculate parallel coordinates.
'''
coords = np.zeros((N_POINTS, 2))
coords[:, 0] = np.linspace(lon_min, lon_max, N_POINTS)