From: Luke Plant Date: Sat, 14 Nov 2015 09:46:08 +0000 (+0000) Subject: Fixed a few spelling mistakes in a docstring X-Git-Tag: 2.9~90^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=217e453a68dbec38b9c178dad7e088f6030dfbed;p=thirdparty%2Fjinja.git Fixed a few spelling mistakes in a docstring --- diff --git a/jinja2/sandbox.py b/jinja2/sandbox.py index 7e40ab30..8b491e7c 100644 --- a/jinja2/sandbox.py +++ b/jinja2/sandbox.py @@ -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