Skip to content

Commit cd2d27b

Browse files
author
Christian Jorgensen
committed
One last docs fix
1 parent fb20762 commit cd2d27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/skmatter/decomposition/_kernel_pcovc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class KernelPCovC(LinearClassifierMixin, _BaseKPCov):
8787
is used as the classifier.
8888
8989
scale_z: bool, default=True
90-
whether to scale Z prior to eigendecomposition.
90+
Whether to scale Z prior to eigendecomposition.
9191
9292
kernel : {"linear", "poly", "rbf", "sigmoid", "precomputed"} or callable, default="linear"
9393
Kernel.

src/skmatter/decomposition/_pcovc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class PCovC(LinearClassifierMixin, _BasePCov):
125125
is used as the classifier.
126126
127127
scale_z: bool, default=True
128-
whether to scale Z prior to eigendecomposition.
128+
Whether to scale Z prior to eigendecomposition.
129129
130130
iterated_power : int or 'auto', default='auto'
131131
Number of iterations for the power method computed by

0 commit comments

Comments
 (0)