From d3104b6d498e4fd9bc568f5593d2c02b311ccfca Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sat, 11 Jan 2014 19:57:30 -0600 Subject: [PATCH] Minor tutorial tweak, suggested by Tim --- doc/tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 8203e483b..5927b3311 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -10,8 +10,8 @@ unambiguously define all aspects of loopy. Preparation ----------- -For now, :mod:`loopy` depends on :mod:`pyopencl`. We import a few modules -and initialize :mod:`pyopencl` +:mod:`loopy` currently requires on :mod:`pyopencl` to be installed. We +import a few modules and initialize :mod:`pyopencl` .. doctest:: -- GitLab