Skip to content

Commit 4d5bb80

Browse files
authored
add extra spaces around "and"
1 parent fe6171a commit 4d5bb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpytorch/kernels/rff_kernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class RFFKernel(Kernel):
3535
3636
.. math::
3737
\begin{equation}
38-
k(\Delta) = \exp{(-\frac{\Delta^2}{2\sigma^2})} \text{and} p(\omega) = \exp{(-\frac{\sigma^2\omega^2}{2})}
38+
k(\Delta) = \exp{(-\frac{\Delta^2}{2\sigma^2})} \text{ and } p(\omega) = \exp{(-\frac{\sigma^2\omega^2}{2})}
3939
\end{equation}
4040
4141
where :math:`\Delta = x - x'`.

0 commit comments

Comments
 (0)