Skip to content

Commit 2eedd24

Browse files
ksundentacaswell
andauthored
change version rename takes effect
Co-Authored-By: Thomas A Caswell <tcaswell@gmail.com>
1 parent 1641d8d commit 2eedd24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def text(self, x, y, s, fontdict=None, withdash=False, **kwargs):
771771
self._add_text(t)
772772
return t
773773

774-
@cbook._rename_parameter("3.1", "s", "text")
774+
@cbook._rename_parameter("3.2", "s", "text")
775775
@docstring.dedent_interpd
776776
def annotate(self, text, xy, *args, **kwargs):
777777
a = mtext.Annotation(text, xy, *args, **kwargs)

0 commit comments

Comments
 (0)