Skip to content
Snippets Groups Projects
Commit b2a39db4 authored by Alexis Durgnat's avatar Alexis Durgnat :milky_way:
Browse files

Fix bad indent in docstring

parent a46ff806
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ class LevelDisplay():
Given a depth matrix between 0-1, return a color from a given colormap.
The colormap is a list of tuples containing the depth value, and the
color for this level :
(depth_value, [RedVal, GreenVal, BlueVal])
(depth_value, [RedVal, GreenVal, BlueVal])
The colormap should at least contain a color for the depths 0 and 1.
See COLORS for an example colormap.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment