Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Jul 24, 2022
1 parent ce47df8 commit 8b83089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Mark objects

Area
Bar
Bars
Dot
Path
Paths
Expand Down
2 changes: 1 addition & 1 deletion seaborn/_core/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def label(self, **labels: str | Callable[[str], str] | None) -> Plot:
For semantic variables, it sets the legend title.
Keywords correspond to variables defined in the plot.
Values can be one of the following types::
Values can be one of the following types:
- string (used literally)
- function (called on the default label)
Expand Down

0 comments on commit 8b83089

Please sign in to comment.