Skip to content

Commit 3bd901e

Browse files
committed
Fixed typo
1 parent a45f217 commit 3bd901e

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
@@ -2676,7 +2676,7 @@ class _FuncInfo(object):
26762676
on this
26772677
* A callable (check_params) that takes a list of the parameters
26782678
and returns a boolean specifying if a certain combination of
2679-
parameters is valid. It is only required if the function as
2679+
parameters is valid. It is only required if the function has
26802680
parameters and some of them are restricted.
26812681
26822682
"""

0 commit comments

Comments
 (0)