From 91ebb280002d2cf09dcda44793f0eb40f3bc8c88 Mon Sep 17 00:00:00 2001 From: Stuart Mitchell Date: Fri, 25 Dec 2015 14:57:04 +0900 Subject: [PATCH] Documentation fix Fixes #91 --- src/pulp/pulp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pulp/pulp.py b/src/pulp/pulp.py index 254e56b..3f32121 100644 --- a/src/pulp/pulp.py +++ b/src/pulp/pulp.py @@ -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