Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5aa3b6c

Browse files
committed
Minor typo fix.
1 parent 71ba6ff commit 5aa3b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tri/tricontour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _contour_args(self, args, kwargs):
8989
z = np.asarray(args[0])
9090
if z.shape != tri.x.shape:
9191
raise ValueError('z array must have same length as triangulation x'
92-
'and y arrays')
92+
' and y arrays')
9393
self.zmax = z.max()
9494
self.zmin = z.min()
9595
if self.logscale and self.zmin <= 0:

0 commit comments

Comments
 (0)