diff --git a/GPy/core/gp.py b/GPy/core/gp.py index ff3a22fa..0cc01026 100644 --- a/GPy/core/gp.py +++ b/GPy/core/gp.py @@ -655,7 +655,7 @@ class GP(Model): :param max_iters: maximum number of function evaluations :type max_iters: int - :messages: whether to display during optimisation + :param messages: whether to display during optimisation :type messages: bool :param optimizer: which optimizer to use (defaults to self.preferred optimizer), a range of optimisers can be found in :module:`~GPy.inference.optimization`, they include 'scg', 'lbfgs', 'tnc'. :type optimizer: string