Skip to content
Prev Previous commit
Next Next commit
Fixed typo
  • Loading branch information
alvarosg committed Dec 14, 2016
commit 3bd901ea8268431642550fbb0a072604827d4065
2 changes: 1 addition & 1 deletion lib/matplotlib/cbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -2676,7 +2676,7 @@ class _FuncInfo(object):
on this
* A callable (check_params) that takes a list of the parameters
and returns a boolean specifying if a certain combination of
parameters is valid. It is only required if the function as
parameters is valid. It is only required if the function has
parameters and some of them are restricted.

"""
Expand Down