8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c7b23 commit a39c462Copy full SHA for a39c462
lib/matplotlib/rcsetup.py
@@ -252,7 +252,7 @@ def validator(s):
252
validate_string = _make_type_validator(str)
253
validate_string_or_None = _make_type_validator(str, allow_none=True)
254
validate_stringlist = _listify_validator(
255
- validate_string, doc='return a list or strings')
+ validate_string, doc='return a list of strings')
256
validate_int = _make_type_validator(int)
257
validate_int_or_None = _make_type_validator(int, allow_none=True)
258
validate_float = _make_type_validator(float)
0 commit comments