From 27d735c93ca849e14a086dfa00902f20deeb3248 Mon Sep 17 00:00:00 2001 From: Reed OBrien Date: Mon, 22 Feb 2010 17:52:41 +0000 Subject: remove duplicate conjunctions --- docs/tutorials/modwsgi/index.rst | 2 +- repoze/bfg/view.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst index d4250db2f..ed9a7a90b 100644 --- a/docs/tutorials/modwsgi/index.rst +++ b/docs/tutorials/modwsgi/index.rst @@ -17,7 +17,7 @@ commands and files. .. note:: Unfortunately these instructions almost certainly won't work for deploying a :mod:`repoze.bfg` application on a Windows system using ``mod_wsgi``. If you have experience with :mod:`repoze.bfg` - and and ``mod_wsgi`` on Windows systems, please help us document + and ``mod_wsgi`` on Windows systems, please help us document this experience by submitting documentation to the `mailing list `_. diff --git a/repoze/bfg/view.py b/repoze/bfg/view.py index ac0977378..8c1430654 100644 --- a/repoze/bfg/view.py +++ b/repoze/bfg/view.py @@ -123,7 +123,7 @@ def render_view_to_iterable(context, request, name='', secure=True): def render_view(context, request, name='', secure=True): """ Call the :term:`view callable` configured with a :term:`view configuration` that matches the :term:`view name` ``name`` - registered against the specified ``context`` and ``request`` and + registered against the specified ``context`` and ``request`` and unwind the view response's ``app_iter`` (see :ref:`the_response`) into a single string. This function will return ``None`` if a corresponding :term:`view callable` cannot be -- cgit v1.2.3