Skip to content

Commit 7996fd3

Browse files
authored
Fixed tutorial cm.py
1 parent 36d005f commit 7996fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/cm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Builtin colormaps, colormap handling utilities, and the `ScalarMappable` mixin.
33
44
See :doc:`/gallery/color/colormap_reference` for a list of builtin colormaps.
5-
See :doc:`/tutorial/colors/colormaps` for an in-depth discussion of colormaps.
5+
See :doc:`/tutorials/colors/colormaps` for an in-depth discussion of colormaps.
66
"""
77
from __future__ import (absolute_import, division, print_function,
88
unicode_literals)

0 commit comments

Comments
 (0)