8000 Typo fixed · matplotlib/matplotlib@088542e · GitHub
[go: up one dir, main page]

Skip to content

Commit 088542e

Browse files
committed
Typo fixed
1 parent 6b6d2de commit 088542e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ def __init__(self, axis, **kwargs):
441441
linscale = kwargs.pop('linscaley', 1.0)
442442

443443
if base <= 1.0:
444-
raise ValueError("'basex/basey' be larger than 1")
444+
raise ValueError("'basex/basey' must be larger than 1")
445445
if linthresh <= 0.0:
446446
raise ValueError("'linthreshx/linthreshy' must be positive")
447447
if linscale <= 0.0:

0 commit comments

Comments
 (0)
0