Skip to content

Commit ebe6d8f

Browse files
authored
Merge pull request #2464 from partev/patch-4
fix a typo
2 parents 5b49fbb + 33c4821 commit ebe6d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/kernels.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gpytorch.kernels
99

1010

1111
If you don't know what kernel to use, we recommend that you start out with a
12-
:code:`gpytorch.kernels.ScaleKernel(gpytorch.kernels.RBFKernel)`.
12+
:code:`gpytorch.kernels.ScaleKernel(gpytorch.kernels.RBFKernel())`.
1313

1414

1515
Kernel

0 commit comments

Comments
 (0)