Skip to content

Commit 014c1ea

Browse files
committed
DOC: correct inaccurate docstring and fix docs build
1 parent d2869b2 commit 014c1ea

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/cm.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,6 @@ def _get_cmap(name=None, lut=None):
253253
"""
254254
Get a colormap instance, defaulting to rc values if *name* is None.
255255
256-
Colormaps added with :func:`register_cmap` take precedence over
257-
built-in colormaps.
258-
259256
Parameters
260257
----------
261258
name : `matplotlib.colors.Colormap` or str or None, default: None

0 commit comments

Comments
 (0)