From b2a39db40d716e954eeb5a2662f621fe8ffef609 Mon Sep 17 00:00:00 2001 From: Alexis Durgnat <alexis.durgnat@hesge.ch> Date: Mon, 1 Nov 2021 15:25:33 +0100 Subject: [PATCH] Fix bad indent in docstring --- src/ar_sandbox/examples/examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ar_sandbox/examples/examples.py b/src/ar_sandbox/examples/examples.py index 9b27dad..2a762e0 100644 --- a/src/ar_sandbox/examples/examples.py +++ b/src/ar_sandbox/examples/examples.py @@ -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. -- GitLab