diff options
| -rw-r--r-- | repoze/bfg/testing.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py index 1c7693306..92bb4399a 100644 --- a/repoze/bfg/testing.py +++ b/repoze/bfg/testing.py @@ -152,11 +152,11 @@ def registerViewPermission(name, result=True, viewpermission=None, deprecated('registerViewPermission', 'registerViewPermission has been deprecated. As of repoze.bfg ' 'version 1.1, view functions are now responsible for protecting ' - 'their own execution. A call to this function wont prevent a ' + 'their own execution. A call to this function won\'t prevent a ' 'view from being executed by the repoze.bfg router, nor ' 'will the ``repoze.bfg.security.view_execution_permitted`` function ' 'use the permission registered with this function. Instead,' - 'registering a view permission during testing, use the ' + 'to register a view permission during testing, use the ' '``repoze.bfg.testing.registerView`` directive with a ' '``permission`` argument.') |
