10000 Fix backticks · scikit-learn/scikit-learn@7f08889 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f08889

Browse files
authored
Fix backticks
1 parent 732c46c commit 7f08889

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=None):
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)
0