Skip to content

Commit 6125fc0

Browse files
timhoffmrcomer
andauthored
Update lib/matplotlib/_api/deprecation.py
Co-authored-by: Ruth Comer <[email protected]>
1 parent cb028c9 commit 6125fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/_api/deprecation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def violinplot(self, dataset, positions=None, vert=None, ...)
432432
@_api.make_keyword_only("3.10", "vert")
433433
def violinplot(self, dataset, positions=None, vert=None, ...)
434434
435-
When the deprecation expires, switch to
435+
When the deprecation expires, switch to ::
436436
437437
def violinplot(self, dataset, positions=None, *, vert=None, ...)
438438

0 commit comments

Comments
 (0)