Skip to content

Commit 032d4be

Browse files
committed
typo
1 parent a60ab43 commit 032d4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyscipopt/scip.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3891,7 +3891,7 @@ cdef class Model:
38913891
modification in number of rounding up locks
38923892
38933893
"""
3894-
PY_SCIP_CALL(SCIPaddVarLocksType(self._scip, var.scip_var, locktype, nlocksdown, nlocksup, ))
3894+
PY_SCIP_CALL(SCIPaddVarLocksType(self._scip, var.scip_var, locktype, nlocksdown, nlocksup))
38953895

38963896
def fixVar(self, Variable var, val):
38973897
"""

0 commit comments

Comments
 (0)