From 7f2472fa22acfa52329c9054f95286623de1b493 Mon Sep 17 00:00:00 2001 From: James McMurray Date: Fri, 20 Sep 2013 17:43:56 +0100 Subject: [PATCH] Fixed more errors in docs --- doc/tuto_interacting_with_models.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tuto_interacting_with_models.rst b/doc/tuto_interacting_with_models.rst index 342fb24f..5bd0511e 100644 --- a/doc/tuto_interacting_with_models.rst +++ b/doc/tuto_interacting_with_models.rst @@ -20,7 +20,7 @@ All of the examples included in GPy return an instance of a model class, and therefore they can be called in the following way: :: - import numpy as np + import numpy as np import pylab as pb pb.ion() import GPy