From 8e6e48fced60581a9a5928afa53430b7028d9b24 Mon Sep 17 00:00:00 2001 From: Matthias Schmidtblaicher Date: Tue, 30 Jan 2024 20:16:43 +0100 Subject: [PATCH] fix unrelated typo --- src/glum/_glm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glum/_glm.py b/src/glum/_glm.py index af586245..312c243d 100644 --- a/src/glum/_glm.py +++ b/src/glum/_glm.py @@ -1631,7 +1631,7 @@ def wald_test( ) if num_lhs_specs != 1: raise ValueError( - "Exactly one of R, features terms or formula must be specified. " + "Exactly one of R, features, terms or formula must be specified. " f"Received {num_lhs_specs} specifications." )