]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fixed a few spelling mistakes in a docstring 513/head
authorLuke Plant <L.Plant.98@cantab.net>
Sat, 14 Nov 2015 09:46:08 +0000 (09:46 +0000)
committerLuke Plant <L.Plant.98@cantab.net>
Sat, 14 Nov 2015 09:46:08 +0000 (09:46 +0000)
jinja2/sandbox.py

index 7e40ab30850707104a139d1fa95c5c177a482aa5..8b491e7c3c23c3fa274d0771ba2b6180de96173f 100644 (file)
@@ -183,8 +183,8 @@ class SandboxedEnvironment(Environment):
     attributes or functions are safe to access.
 
     If the template tries to access insecure code a :exc:`SecurityError` is
-    raised.  However also other exceptions may occour during the rendering so
-    the caller has to ensure that all exceptions are catched.
+    raised.  However also other exceptions may occur during the rendering so
+    the caller has to ensure that all exceptions are caught.
     """
     sandboxed = True