Skip to content

small typo in the documentation #16854

Closed
@sakhan007

Description

@sakhan007

Bug report

Bug summary

There is a small typo at https://matplotlib.org/3.2.1/api/_as_gen/matplotlib.axes.Axes.annotate.html?highlight=annotate#matplotlib.axes.Axes.annotate
I think, Axes.annotate(self, s, xy, *args, **kwargs)¶ should be Axes.annotate(self, text, xy, *args, **kwargs)¶

Sorry, if its not an appropriate place to report this.
Code for reproduction

# Paste your code here
#
#

Actual outcome

# If applicable, paste the console output here
#
#

Expected outcome

Matplotlib version

  • Operating system:
  • Matplotlib version:
  • Matplotlib backend (print(matplotlib.get_backend())):
  • Python version:
  • Jupyter version (if applicable):
  • Other libraries:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions