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

Skip to content

Commit a3f8e6d

Browse files
authored
DOC fix a sphinx warning and a rendering issue (#28315)
1 parent 6e918a1 commit a3f8e6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/roadmap.rst

< 8000 button data-component="IconButton" type="button" class="prc-Button-ButtonBase-c50BI ml-1 flex-shrink-0 prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":R79mtlab:-loading-announcement" aria-labelledby=":R9mtlab:">
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