diff --git a/src/ar_sandbox/examples/examples.py b/src/ar_sandbox/examples/examples.py
index 9b27dad26afb1788fde781d2bde6412a149b06b0..2a762e0dbbff1b6e786e8b177788320bd6cc1046 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.