From e46bac5f41a922f2fced695b1cba695e48054078 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 24 Apr 2016 01:10:32 -0500 Subject: [PATCH] Setup.py typo fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a1073e1..d831106d 100644 --- a/setup.py +++ b/setup.py @@ -137,7 +137,7 @@ def main(): print("Mako is not installed.") print(separator) print("That is not a problem, as most of PyOpenCL will be just fine ") - print("without it.Some higher-level parts of pyopencl (such as ") + print("without it. Some higher-level parts of pyopencl (such as ") print("pyopencl.reduction) will not function without the templating engine ") print("Mako [1] being installed. If you would like this functionality to ") print("work, you might want to install Mako after you finish ") -- GitLab