Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b25d604

Browse files
committed
axes: correct return value in scatter docstring
1 parent c6221e2 commit b25d604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6044,7 +6044,7 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None,
60446044
60456045
%(Collection)s
60466046
6047-
A :class:`~matplotlib.collections.Collection` instance is
6047+
A :class:`~matplotlib.collections.PathCollection` instance is
60486048
returned.
60496049
"""
60506050

0 commit comments

Comments
 (0)