8000 Change :meth: to :func: · scikit-learn/scikit-learn@32c422d · GitHub
[go: up one dir, main page]

Skip to content

Commit 32c422d

Browse files
committed
Change :meth: to :func:
1 parent 2050cad commit 32c422d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/whats_new/v0.20.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Changelog
2525
:mod:`sklearn.decomposition`
2626
...........................
2727

28-
- |Fix| Fixed a bug in :meth:`decomposition.sparse_encode` where computation was single
28+
- |Fix| Fixed a bug in :func:`decomposition.sparse_encode` where computation was single
2929
threaded when `n_jobs > 1` or `n_jobs = -1`.
3030
:issue:`13005` by :user:`Prabakaran Kumaresshan <nixphix>`.
3131

0 commit comments

Comments
 (0)
0