Skip to content

Commit

Permalink
fix unrelated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 30, 2024
1 parent d0c9863 commit 8e6e48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glum/_glm.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)

Expand Down

0 comments on commit 8e6e48f

Please sign in to comment.