Skip to content

Commit 3b929f8

Browse files
committed
forgot newline in docstring
1 parent 6c34bc3 commit 3b929f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/numerical/mip.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,8 @@ cdef class MixedIntegerLinearProgram(SageObject):
18621862

18631863
def add_constraint(self, linear_function, max=None, min=None, name=None,
18641864
return_indices=False):
1865-
r"""Adds a constraint to the ``MixedIntegerLinearProgram``.
1865+
r"""
1866+
Adds a constraint to the ``MixedIntegerLinearProgram``.
18661867
18671868
INPUT:
18681869

0 commit comments

Comments
 (0)