Skip to content

Commit b394609

Browse files
committed
iterating_through_submasks.py is added in dynamic_programming
1 parent 00351ca commit b394609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/iterating_through_submasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def list_of_submasks(mask) -> list:
3535
3636
"""
3737

38-
fmt = "n needs to be positive integer, your input {}"
38+
fmt = "mask needs to be positive integer, your input {}"
3939
assert isinstance(mask, int) and mask > 0, fmt.format(mask)
4040

4141
"""

0 commit comments

Comments
 (0)