Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 088542e

Browse filesBrowse files
committed
Typo fixed
1 parent 6b6d2de commit 088542e
Copy full SHA for 088542e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/scale.py

Copy file name to clipboardExpand all lines: lib/matplotlib/scale.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.