diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-30 20:07:15 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-30 20:07:15 +0000 |
| commit | b74cd47706ba4df77080ef49eb85cb0437bc15f4 (patch) | |
| tree | 9e9123b00e2ada6b933873f7b651473baf41d412 /repoze/bfg/view.py | |
| parent | 719a939c6712e38cc44ee1774d51894e530eddc9 (diff) | |
| download | pyramid-b74cd47706ba4df77080ef49eb85cb0437bc15f4.tar.gz pyramid-b74cd47706ba4df77080ef49eb85cb0437bc15f4.tar.bz2 pyramid-b74cd47706ba4df77080ef49eb85cb0437bc15f4.zip | |
Spellcheck.
Diffstat (limited to 'repoze/bfg/view.py')
| -rw-r--r-- | repoze/bfg/view.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repoze/bfg/view.py b/repoze/bfg/view.py index 26c7f4666..8a33e246d 100644 --- a/repoze/bfg/view.py +++ b/repoze/bfg/view.py @@ -246,7 +246,7 @@ class bfg_view(object): config.add_view(views.my_view, for_=models.MyModel, name='my_view', permission='read', 'route_name='site1') - Or might relpace the following ZCML ``view`` declaration:: + Or might replace the following ZCML ``view`` declaration:: <view for='.models.MyModel' @@ -302,7 +302,7 @@ class bfg_view(object): encountered. If the value is present, it must be a string. If the value supplied to the parameter has no ``=`` sign in it, it implies that the key must exist in the ``request.params`` - dictionary for this view to'match' the current request. If the value + dictionary for this view to 'match' the current request. If the value supplied to the parameter has a ``=`` sign in it, e.g. ``request_params="foo=123"``, then the key (``foo``) must both exist in the ``request.params`` dictionary, and the value must match the |
