summaryrefslogtreecommitdiff
path: root/pycadf/middleware/audit.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycadf/middleware/audit.py')
-rw-r--r--pycadf/middleware/audit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pycadf/middleware/audit.py b/pycadf/middleware/audit.py
index 6234b0a..19cd025 100644
--- a/pycadf/middleware/audit.py
+++ b/pycadf/middleware/audit.py
@@ -16,8 +16,8 @@
"""
Attach open standard audit information to request.environ
-AuditMiddleware filter should be place after Keystone's auth_token middleware
-in the pipeline so that it can utilise the information Keystone provides.
+AuditMiddleware filter should be placed after Keystone's auth_token middleware
+in the pipeline so that it can utilize the information Keystone provides.
"""
from pycadf.audit import api as cadf_api