Skip to content

Commit

Permalink
Fix sphinx reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Nov 20, 2024
1 parent 5f2f5b1 commit d7ff619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baybe/campaign.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def toggle_discrete_candidates( # noqa: DOC501
Args:
constraints: A filtering mechanism determining the candidates subset to be
in-/excluded. Can be either a collection of
:class:`~baybe.constraints.base.DiscreteConstraint`s or a dataframe.
:class:`~baybe.constraints.base.DiscreteConstraint` or a dataframe.
For the latter, see :func:`~baybe.utils.dataframe.filter_df`
for details.
exclude: If ``True``, the specified candidates are excluded.
Expand Down

0 comments on commit d7ff619

Please sign in to comment.