Skip to content

Commit 8d1763c

Browse files
committed
docs: fix parameter name typo from B to b in constraint matrix docstring
1 parent 3f0ace2 commit 8d1763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rehline/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ def _make_constraint_rehline_param(constraint, X, y=None):
424424
A : array-like of shape (n_constraints, n_features)
425425
The constraint matrix.
426426
427-
B : array-like of shape (n_constraints,)
427+
b : array-like of shape (n_constraints,)
428428
The constraint vector.
429429
"""
430430

0 commit comments

Comments
 (0)