10000 Merge pull request #4254 from ocefpaf/typo · matplotlib/matplotlib@9cf4d3e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9cf4d3e

Browse files
committed
Merge pull request #4254 from ocefpaf/typo
Minor typo fix.
2 parents 71ba6ff + 5aa3b6c commit 9cf4d3e

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)
0