Skip to content

Commit

Permalink
Ruff fix: docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Jul 24, 2024
1 parent 1ab2b56 commit 60ff6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion motile/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def add_constraint(self, constraint: Constraint) -> None:
"""Add linear constraints to the solver.
Args:
constraints:
constraint:
The :class:`~motile.constraints.Constraint` to add.
"""
logger.info("Adding %s constraint...", type(constraint).__name__)
Expand Down

0 comments on commit 60ff6b9

Please sign in to comment.