Skip to content

Commit f32c52d

Browse files
authored
Fixed typo in _misc.py (#55644)
1 parent df82819 commit f32c52d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/plotting/_misc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def andrews_curves(
329329
**kwargs,
330330
) -> Axes:
331331
"""
332-
Generate a matplotlib plot for visualising clusters of multivariate data.
332+
Generate a matplotlib plot for visualizing clusters of multivariate data.
333333
334334
Andrews curves have the functional form:
335335

0 commit comments

Comments
 (0)