From 3b5f08f82a77d2f0870654203d0c101be388c182 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Tue, 21 Apr 2020 12:19:36 -0400 Subject: [PATCH] DOC: Remove extra word --- tutorials/colors/colormapnorms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/colors/colormapnorms.py b/tutorials/colors/colormapnorms.py index 549cc781b9fa..7b134055884c 100644 --- a/tutorials/colors/colormapnorms.py +++ b/tutorials/colors/colormapnorms.py @@ -77,7 +77,7 @@ # and negative, but we would still like a logarithmic scaling applied to # both. In this case, the negative numbers are also scaled # logarithmically, and mapped to smaller numbers; e.g., if ``vmin=-vmax``, -# then they the negative numbers are mapped from 0 to 0.5 and the +# then the negative numbers are mapped from 0 to 0.5 and the # positive from 0.5 to 1. # # Since the logarithm of values close to zero tends toward infinity, a