diff --git a/technical/solvers.html b/technical/solvers.html
index 722fd64c..57aa8c4f 100644
--- a/technical/solvers.html
+++ b/technical/solvers.html
@@ -1356,7 +1356,7 @@
-
-class pulp.apis.PULP_CBC_CMD(mip=True, msg=True, timeLimit=None, gapRel=None, gapAbs=None, presolve=None, cuts=None, strong=None, options=None, warmStart=False, keepFiles=False, path=None, threads=None, logPath=None, timeMode='elapsed')
+class pulp.apis.PULP_CBC_CMD(mip=True, msg=True, timeLimit=None, gapRel=None, gapAbs=None, presolve=None, cuts=None, strong=None, options=None, warmStart=False, keepFiles=False, path=None, threads=None, logPath=None, timeMode='elapsed', maxNodes=None)
Bases: COIN_CMD
This solver uses a precompiled version of cbc provided with the package