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

Skip to content

Commit 7db13ad

Browse files
authored
Merge pull request #16057 from anntzer/deprecation-doc
Trivial docstring fix for cbook.deprecated.
2 parents 126d040 + fbdc788 commit 7db13ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/matplotlib/cbook/deprecation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@ def deprecated(since, *, message='', name='', alternative='', pending=False,
124124
Parameters
125125
----------
126126
since : str
127-
The release at which this API became deprecated. This is
128-
required.
127+
The release at which this API became deprecated.
129128
130129
message : str, optional
131130
Override the default deprecation message. The format

0 commit comments

Comments
 (0)