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 331d5d3

Browse filesBrowse files
committed
Tiny change missing @story645
1 parent 94a1af0 commit 331d5d3
Copy full SHA for 331d5d3

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/cbook.py

Copy file name to clipboardExpand all lines: lib/matplotlib/cbook.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2774,7 +2774,7 @@ def __init__(self, str_func):
27742774
"""
27752775

27762776
if not isinstance(str_func, six.string_types):
2777-
raise ValueError("'%s' is not a string." % str_func)
2777+
raise ValueError("'%s' must be a string." % str_func)
27782778
self._str_func = six.text_type(str_func)
27792779
self._key, self._params = self._get_key_params()
27802780
self._func = self._parse_func()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.