From ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 12 Dec 2016 16:33:43 +0100 Subject: Add a scripts/fix_typos.sh script and correct reported errors --- docs/plot/plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/plot/plot.py') 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) -- cgit v1.2.3