diff --git a/seaborn/categorical.py b/seaborn/categorical.py index 017f0b8648..c17255a805 100644 --- a/seaborn/categorical.py +++ b/seaborn/categorical.py @@ -1888,7 +1888,7 @@ def violinplot( .. versionadded:: v0.13.0 {ax_in} kwargs : key, value mappings - Keyword arguments for the violin patches, passsed through to + Keyword arguments for the violin patches, passed through to :meth:`matplotlib.axes.Axes.fill_between`. Returns