Skip to content

Commit

Permalink
Merge pull request #11 from lpsinger/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
MLLeroux authored Jan 6, 2025
2 parents 439c446 + 0b81e26 commit e2c694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docplex/mp/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -4166,7 +4166,7 @@ def add_constraints(self, cts, names=None):
Args:
cts: An iterable of linear constraints; can be a list, a set or a comprehensions.
Any Python object, which can be iterated on and yield consttraint objects.
Any Python object, which can be iterated on and yield constraint objects.
names: An optional iterable on strings. ANy Python object which can be iterated on
and yield strings. The default value is None, meaning no names are set.
Expand Down

0 comments on commit e2c694e

Please sign in to comment.