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

Skip to content

Commit 1905607

Browse files
committed
DOC: fix typos
1 parent 790d909 commit 1905607

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/api/api_changes/2015-12-01-TAC.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ now use a common codepath to look up how to update the given artist
77
properties (either using the setter methods or an attribute/property).
88

99
The behavior of `matplotlib.Artist.update` is slightly changed to
10-
returna a list of the returned values from the setter methods to avoid
10+
return a list of the returned values from the setter methods to avoid
1111
changing the API of `matplotlib.Artist.set` and
1212
`matplotlib.artist.setp`.
1313

1414
The keys passed into `matplotlib.Artist.update` are now converted to
1515
lower case before being processed to match the behavior of
1616
`matplotlib.Artist.set` and `matplotlib.artist.setp`. This should not
1717
break any user code because there are no set methods with capitals in
18-
the names, however going forward this puts a constraint naming
18+
the names, however going forward this puts a constraint on naming
1919
properties.

0 commit comments

Comments
 (0)