Skip to content

Commit b316abf

Browse files
authored
Merge pull request #4494 from parkercon/main
docs: fix a typo in shift_scheduling_sat.py assined -> assigned
2 parents d7d6aa1 + 40702e6 commit b316abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/shift_scheduling_sat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
def negated_bounded_span(
3232
works: list[cp_model.BoolVarT], start: int, length: int
3333
) -> list[cp_model.BoolVarT]:
34-
"""Filters an isolated sub-sequence of variables assined to True.
34+
"""Filters an isolated sub-sequence of variables assigned to True.
3535
3636
Extract the span of Boolean variables [start, start + length), negate them,
3737
and if there is variables to the left/right of this span, surround the span by

0 commit comments

Comments
 (0)