Skip to content

Commit

Permalink
Merge pull request #2493 from johanneskopton/patch-1
Browse files Browse the repository at this point in the history
DOC: Fix typo in docstring.
  • Loading branch information
Balandat committed Mar 19, 2024
2 parents fcbf685 + 10f8c7a commit 5b49fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpytorch/kernels/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def forward(
) -> Union[Tensor, LinearOperator]:
r"""
Computes the covariance between :math:`\mathbf x_1` and :math:`\mathbf x_2`.
This method should be imlemented by all Kernel subclasses.
This method should be implemented by all Kernel subclasses.
:param x1: First set of data (... x N x D).
:param x2: Second set of data (... x M x D).
Expand Down

0 comments on commit 5b49fbb

Please sign in to comment.