Skip to content

Commit

Permalink
Merge pull request #2464 from partev/patch-4
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
Balandat committed Mar 19, 2024
2 parents 5b49fbb + 33c4821 commit ebe6d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/kernels.rst
Expand Up @@ -9,7 +9,7 @@ gpytorch.kernels


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


Kernel
Expand Down

0 comments on commit ebe6d8f

Please sign in to comment.