From 860e5f40cd2778eca0b1075e44305b7506415390 Mon Sep 17 00:00:00 2001 From: Andrea Barontini Date: Thu, 5 Oct 2023 12:51:20 +0200 Subject: [PATCH] Update src/pineko/fonll.py Co-authored-by: Alessandro Candido --- src/pineko/fonll.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pineko/fonll.py b/src/pineko/fonll.py index 508872ea..0778e19c 100644 --- a/src/pineko/fonll.py +++ b/src/pineko/fonll.py @@ -75,7 +75,7 @@ def theorycard_no_fns_pto(self): if len(theorycards) > 1 and not all( [theorycards[0] == card in theorycards[1:]] ): - raise ValueError("theorycards not the same") + raise ValueError("Theory cards are not compatible") return theorycards[0] @property