8000 DOC fix a sphinx warning and a rendering issue (#28315) · glemaitre/scikit-learn@7f9a233 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7f9a233

Browse files
Charlie-XIAOglemaitre
authored andcommitted
DOC fix a sphinx warning and a rendering issue (scikit-learn#28315)
1 parent 3379ad6 commit 7f9a233

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/roadmap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. |ss| raw:: html
1+
.. |ss| raw:: html
22

33
<strike>
44

sklearn/utils/validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1579,6 +1579,7 @@ def check_is_fitted(estimator, attributes=None, *, msg=None, all_or_any=all):
15791579
15801580
NotFittedError
15811581
If the attributes are not found.
1582+
15821583
Examples
15831584
--------
15841585
>>> from sklearn.linear_model import LogisticRegression

0 commit comments

Comments
 (0)
0