Skip to content

Commit 10f8c7a

Browse files
Fix typo in docstring.
1 parent 392dd41 commit 10f8c7a

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)