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

Skip to content

Commit 3c88724

Browse files
committed
Generate pyplot.py
1 parent 1f1fec0 commit 3c88724

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
@@ -2379,8 +2379,8 @@ def angle_spectrum(
23792379

23802380
# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
23812381
@docstring.copy_dedent(Axes.annotate)
2382-
def annotate(s, xy, *args, **kwargs):
2383-
return gca().annotate(s, xy, *args, **kwargs)
2382+
def annotate(text, xy, *args, **kwargs):
2383+
return gca().annotate(text, xy, *args, **kwargs)
23842384

23852385

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

0 commit comments

Comments
 (0)