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

Skip to content

Commit 058eea7

Browse files
committed
FIX: fix typo
1 parent 4392154 commit 058eea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def __init__(self, fig, rect,
511511
self._init_axis()
512512
if axisbg is not None and facecolor is not None:
513513
raise TypeError('Both axisbg and facecolor are not None. '
514-
'These keywords are aliases, only one maybe '
514+
'These keywords are aliases, only one may be '
515515
'provided.')
516516
if axisbg is not None:
517517
cbook.warn_deprecated(

0 commit comments

Comments
 (0)