Documentation fix Fixes #91

This commit is contained in:
Stuart Mitchell 2015-12-25 14:57:04 +09:00
parent b62011cd75
commit 91ebb28000
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ class LpVariable(LpElement):
This class models an LP Variable with the specified associated parameters
:param name: The name of the variable used in the output .lp file
:param lowbound: The lower bound on this variable's range.
:param lowBound: The lower bound on this variable's range.
Default is negative infinity
:param upBound: The upper bound on this variable's range.
Default is positive infinity