From 217e453a68dbec38b9c178dad7e088f6030dfbed Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Sat, 14 Nov 2015 09:46:08 +0000 Subject: [PATCH] Fixed a few spelling mistakes in a docstring --- jinja2/sandbox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2