Fixed more errors in docs

This commit is contained in:
James McMurray 2013-09-20 17:43:56 +01:00
parent 045dc6d152
commit 7f2472fa22

View file

@ -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