Skip to content

Commit e099dba

Browse files
authored
DOC: Fix formatting issues with bold font and backquote (#31950)
1 parent 6f422d8 commit e099dba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/common_pitfalls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ lead to wrong conclusions.
356356
Estimators
357357
..........
358358

359-
**Different `random_state` types lead to different cross-validation
359+
**Different** `random_state` **types lead to different cross-validation
360360
procedures**
361361

362362
Depending on the type of the `random_state` parameter, estimators will behave

doc/modules/array_api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ Estimators and scoring functions are able to accept input arrays
197197
from different array libraries and/or devices. When a mixed set of input arrays is
198198
passed, scikit-learn converts arrays as needed to make them all consistent.
199199

200-
For estimators, the rule is **"everything follows `X`"** - mixed array inputs are
200+
For estimators, the rule is **"everything follows** `X` **"** - mixed array inputs are
201201
converted so that they all match the array library and device of `X`.
202-
For scoring functions the rule is **"everything follows `y_pred`"** - mixed array
202+
For scoring functions the rule is **"everything follows** `y_pred` **"** - mixed array
203203
inputs are converted so that they all match the array library and device of `y_pred`.
204204

205205
When a function or method has been called with array API compatible inputs, the

0 commit comments

Comments
 (0)