Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasSchmidtblaicherQC committed Jan 23, 2024
1 parent e4baafe commit 249b5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabmat/formula.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def from_categorical(
if missing_method == "fail" and -1 in codes:
raise ValueError(
"Categorical data can't have missing values "
"if [cat_]missing_method='fail'."
"if cat_missing_method='fail'."
)

if missing_method == "convert" and (-1 in codes or force_convert):
Expand Down

0 comments on commit 249b5e5

Please sign in to comment.