Skip to content

Commit ff5c36e

Browse files
raghavrvjnothman
authored andcommitted
DOC Correct linking of TruncatedSVD (scikit-learn#7749)
1 parent 6b381ae commit ff5c36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/decomposition/pca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class PCA(_BasePCA):
118118
truncated SVD.
119119
120120
Notice that this class does not support sparse input. See
121-
:ref:`<TruncatedSVD>` for an alternative with sparse data.
121+
:class:`TruncatedSVD` for an alternative with sparse data.
122122
123123
Read more in the :ref:`User Guide <PCA>`.
124124

0 commit comments

Comments
 (0)