diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-09-23 04:03:44 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-09-23 04:03:44 +0000 |
| commit | e835cc22e93fb722d75b567f9092cd8133297539 (patch) | |
| tree | 4346c655947d83246077871b73e146145bfd128d | |
| parent | 87c9f9f146c4f8081accbce450d55ab5bd94a194 (diff) | |
| download | pyramid-e835cc22e93fb722d75b567f9092cd8133297539.tar.gz pyramid-e835cc22e93fb722d75b567f9092cd8133297539.tar.bz2 pyramid-e835cc22e93fb722d75b567f9092cd8133297539.zip | |
Fix spelling.
| -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.') |
