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

Skip to content

Commit 331d5d3

Browse files
committed
Tiny change missing @story645
1 parent 94a1af0 commit 331d5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cbook.py

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