From 46fff8d7f05fb578ceb90ed36ce00ba856a2fa30 Mon Sep 17 00:00:00 2001 From: Cody Lewis Date: Thu, 7 Aug 2025 13:35:05 +1000 Subject: [PATCH] Fix typo in violinplot docstring --- seaborn/categorical.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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