From 02a55d976a4c22a167d4110a37ea2db5593a99cd Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Wed, 2 Nov 2016 10:38:17 +0100 Subject: [PATCH] Remove tab from doctest ... no idea how my editor considered this a good idea. --- doc/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 5f6263a86..f8b2f2d8c 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -554,7 +554,7 @@ relation to loop nesting. For example, it's perfectly possible to request .. doctest:: - >>> knl = lp.make_kernel( + >>> knl = lp.make_kernel( ... "{ [i]: 0<=i>> knl = lp.split_iname(knl, "i", 16) -- GitLab