Fixed a typo and removed a useless backslash
diff --git a/jinja2/environment.py b/jinja2/environment.py
index 95ca10a..2dd38ef 100644
--- a/jinja2/environment.py
+++ b/jinja2/environment.py
@@ -539,7 +539,7 @@
     def compile_templates(self, target, extensions=None, filter_func=None,
                           zip='deflated', log_function=None,
                           ignore_errors=True, py_compile=False):
-        """Compiles all the templates the loader can find, compiles them
+        """Finds all the templates the loader can find, compiles them
         and stores them in `target`.  If `zip` is `None`, instead of in a
         zipfile, the templates will be will be stored in a directory.
         By default a deflate zip algorithm is used, to switch to