diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index 90e4d0f0a7ad11a0a9f2f56f0d337c3d530109f8..807abf0b9fb5de057522377c419f24a67440915b 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -1331,10 +1331,10 @@ this time, so we'll print the mapping manually to make it more legible:
     [n, m, l] -> { ... }
     <BLANKLINE>
     (dtype('float64'), 'consecutive', 'load') :
-    [n, m, l] -> { 2 * n * m : n >= 1 and m >= 1 and l >= 1 }
+    [n, m, l] -> { ... }
     <BLANKLINE>
     (dtype('float64'), 'consecutive', 'store') :
-    [n, m, l] -> { n * m : n >= 1 and m >= 1 and l >= 1 }
+    [n, m, l] -> { ... }
     <BLANKLINE>