Skip to content

Commit 9c5939b

Browse files
committed
DOC fix missing backticks in rst
1 parent d4ee2ba commit 9c5939b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ Class APIs and Estimator Types
799799
(and thus a 2-dimensional array-like for a set of samples). In other
800800
words, it (lossily) maps a non-rectangular data representation into
801801
:term:`rectangular` data.
802-
802+
803803
Feature extractors must implement at least:
804804

805805
* :term:`fit`
@@ -1153,7 +1153,7 @@ Methods
11531153
:term:`set_params`. A parameter ``deep`` can be used, when set to
11541154
False to only return those parameters not including ``__``, i.e. not
11551155
due to indirection via contained estimators.
1156-
1156+
11571157
Most estimators adopt the definition from :class:`base.BaseEstimator`,
11581158
which simply adopts the parameters defined for ``__init__``.
11591159
:class:`pipeline.Pipeline`, among others, reimplements ``get_params``
@@ -1210,7 +1210,7 @@ Methods
12101210
of the values in the classifier's :term:`classes_` attribute.
12111211

12121212
clusterer
1213-
An array of shape ``(n_samples,) where each value is from 0 to
1213+
An array of shape ``(n_samples,)`` where each value is from 0 to
12141214
``n_clusters - 1`` if the corresponding sample is clustered,
12151215
and -1 if the sample is not clustered, as in
12161216
:func:`cluster.dbscan`.

0 commit comments

Comments
 (0)