Skip to content

Commit 2303379

Browse files
committed
typo
1 parent dbe80ce commit 2303379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/gp/cov.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __call__(self, X, Z=None, diag=False):
4444
----------
4545
X : The training inputs to the kernel.
4646
Z : The optional prediction set of inputs the kernel. If Z is None, Z = X.
47-
daig: Return only the diagonal of the covariance function. Default is False.
47+
diag: Return only the diagonal of the covariance function. Default is False.
4848
"""
4949
if diag:
5050
return self.diag(X)

0 commit comments

Comments
 (0)