Skip to content

Commit 4089a66

Browse files
authored
docs: fix simple typo, symetric -> symmetric (SheffieldML#883)
There is a small typo in doc/source/tuto_creating_new_kernels.rst. Should read `symmetric` rather than `symetric`.
1 parent 62d735e commit 4089a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/tuto_creating_new_kernels.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We will see in this tutorial how to create new kernels in GPy. We will also give
77
Structure of a kernel in GPy
88
============================
99

10-
In GPy a kernel object is made of a list of kernpart objects, which correspond to symetric positive definite functions. More precisely, the kernel should be understood as the sum of the kernparts. In order to implement a new covariance, the following steps must be followed
10+
In GPy a kernel object is made of a list of kernpart objects, which correspond to symmetric positive definite functions. More precisely, the kernel should be understood as the sum of the kernparts. In order to implement a new covariance, the following steps must be followed
1111

1212
1. implement the new covariance as a :py:class:`GPy.kern.src.kern.Kern` object
1313
2. update the :py:mod:`GPy.kern.src` file

0 commit comments

Comments
 (0)