From afa3280a5194ee41a80f76a44328c8727b335c0c Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sun, 9 Aug 2015 22:39:06 -0500 Subject: [PATCH] Re-fix doctest with variable output --- doc/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 90e4d0f0a..807abf0b9 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> -- GitLab