From 624b7f71a0b155339cb0d209e8bf5afef87a8c27 Mon Sep 17 00:00:00 2001 From: "Douglas O. Cardoso" Date: Mon, 17 Jun 2024 09:56:44 +0000 Subject: [PATCH] minor fix --- scikit_posthocs/_plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scikit_posthocs/_plotting.py b/scikit_posthocs/_plotting.py index e61a73c..ac32cf5 100644 --- a/scikit_posthocs/_plotting.py +++ b/scikit_posthocs/_plotting.py @@ -435,7 +435,7 @@ def critical_difference_diagram( elbow, by default 0.01. left_only: boolean, optional - Set all labels in a single left-aligned block instead of splitting them + Set all labels in a single left-sided block instead of splitting them into two block, one for the left and one for the right.