From be276f78c0abc7a2cc85be239d05345c2a967af8 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sat, 1 Dec 2018 15:00:09 +0100 Subject: [PATCH] Fix numpydoc formatting --- lib/matplotlib/colorbar.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/matplotlib/colorbar.py b/lib/matplotlib/colorbar.py index f8187fbf845b..cdd92f2bb6a6 100644 --- a/lib/matplotlib/colorbar.py +++ b/lib/matplotlib/colorbar.py @@ -162,9 +162,9 @@ Returns ------- -:class:`~matplotlib.colorbar.Colorbar` instance - See also its base class, `~matplotlib.colorbar.ColorbarBase`. Call the - `~.ColorbarBase.set_label` method to label the colorbar. +colorbar : `~matplotlib.colorbar.Colorbar` + See also its base class, `~matplotlib.colorbar.ColorbarBase`. Use + `~.ColorbarBase.set_label` to label the colorbar. Notes -----