Skip to content

Commit 5b49fbb

Browse files
authored
Merge pull request #2493 from johanneskopton/patch-1
DOC: Fix typo in docstring.
2 parents fcbf685 + 10f8c7a commit 5b49fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/kernels/kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def forward(
236236
) -> Union[Tensor, LinearOperator]:
237237
r"""
238238
Computes the covariance between :math:`\mathbf x_1` and :math:`\mathbf x_2`.
239-
This method should be imlemented by all Kernel subclasses.
239+
This method should be implemented by all Kernel subclasses.
240240
241241
:param x1: First set of data (... x N x D).
242242
:param x2: Second set of data (... x M x D).

0 commit comments

Comments
 (0)