Skip to content

Commit

Permalink
DOC: fix typo (#23406)
Browse files Browse the repository at this point in the history
  • Loading branch information
piebro committed May 18, 2022
1 parent 6ca1f5e commit e629abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sklearn/cluster/_dbscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class DBSCAN(ClusterMixin, BaseEstimator):
the options allowed by :func:`sklearn.metrics.pairwise_distances` for
its metric parameter.
If metric is "precomputed", X is assumed to be a distance matrix and
must be square. X may be a :term:`Glossary <sparse graph>`, in which
must be square. X may be a :term:`sparse graph`, in which
case only "nonzero" elements may be considered neighbors for DBSCAN.
.. versionadded:: 0.17
Expand Down

0 comments on commit e629abd

Please sign in to comment.