Commit d7a85907 authored by Michael Droettboom's avatar Michael Droettboom

Fix typo

parent 7620c226
......@@ -96,7 +96,7 @@ index f6fdfd61c..c06431910 100644
self._mins = args[0]._mins
self._maxs = args[0]._maxs
else:
+ import matplotlib._contour as contour
+ import matplotlib._contour as _contour
+
self._corner_mask = kwargs.pop('corner_mask', None)
if self._corner_mask is None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment