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

Skip to content

Commit acd94e1

Browse files
committed
Spelling mistake
1 parent 93b61b6 commit acd94e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def same_color(c1, c2):
123123
Returns
124124
-------
125125
bool
126-
``True`` if *c1* and *c2* are the same color, otherwise ``Fase``.
126+
``True`` if *c1* and *c2* are the same color, otherwise ``False``.
127127
"""
128128
return to_rgba(c1) == to_rgba(c2)
129129

0 commit comments

Comments
 (0)