Skip to content

Commit 1641d8d

Browse files
committed
Run boilerplate.py
1 parent 46cdb97 commit 1641d8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/pyplot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,8 +2386,8 @@ def angle_spectrum(
23862386

23872387
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
23882388
@docstring.copy(Axes.annotate)
2389-
def annotate(s, xy, *args, **kwargs):
2390-
return gca().annotate(s, xy, *args, **kwargs)
2389+
def annotate(text, xy, *args, **kwargs):
2390+
return gca().annotate(text, xy, *args, **kwargs)
23912391

23922392

23932393
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

0 commit comments

Comments
 (0)