From b25d604eb0e0b58f4198f3b5aa8b7f3325066a8c Mon Sep 17 00:00:00 2001 From: Anton Akhmerov Date: Tue, 13 Nov 2012 19:03:47 -0500 Subject: [PATCH] axes: correct return value in scatter docstring --- lib/matplotlib/axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axes.py b/lib/matplotlib/axes.py index c957daa8c9e8..baa86f22cb87 100644 --- a/lib/matplotlib/axes.py +++ b/lib/matplotlib/axes.py @@ -6044,7 +6044,7 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None, %(Collection)s - A :class:`~matplotlib.collections.Collection` instance is + A :class:`~matplotlib.collections.PathCollection` instance is returned. """