From 7bc1305afab0de69f13f04eec0328962d55b3c7b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 15 Feb 2017 11:56:53 -0600 Subject: [PATCH] Doctest fix for knl formatting change --- doc/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 9e4bd8c91..942c7d56e 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -122,7 +122,7 @@ always see loopy's view of a kernel by printing it. i: None --------------------------------------------------------------------------- INSTRUCTIONS: - [i] out[i] <- 2*a[i] # insn + [i] out[i] <- 2*a[i] # insn --------------------------------------------------------------------------- You'll likely have noticed that there's quite a bit more information here -- GitLab