diff --git a/setup.py b/setup.py index 4a1073e1b186116a2f84119609d420f9118482db..d831106debec7ee3d94439ee521134159559606a 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 ")