Skip to content

Commit 409509b

Browse files
committed
Fix backticks
1 parent 71fc770 commit 409509b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/decomposition/sparse_pca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def transform(self, X, ridge_alpha='deprecated'):
154154
155155
.. deprecated:: 0.19
156156
This parameter will be removed in 0.21.
157-
Specify `ridge_alpha` in the `SparsePCA` constructor.
157+
Specify ``ridge_alpha`` in the ``SparsePCA`` constructor.
158158
159159
Returns
160160
-------

0 commit comments

Comments
 (0)