8000 MNT Apply ruff rule RUF002 · scikit-learn/scikit-learn@0aec43b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0aec43b

Browse files
MNT Apply ruff rule RUF002
RUF002 Docstring contains ambiguous ` ` (NO-BREAK SPACE). Did you mean ` ` (SPACE)?
1 parent c534b49 commit 0aec43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/metrics/pairwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def euclidean_distances(
341341
342342
Notes
343343
-----
344-
To achieve a better accuracy, `X_norm_squared` and `Y_norm_squared` may be
344+
To achieve a better accuracy, `X_norm_squared` and `Y_norm_squared` may be
345345
unused if they are passed as `np.float32`.
346346
347347
Examples

0 commit comments

Comments
 (0)
0