Reed OBrien
2010-02-22 27d735c93ca849e14a086dfa00902f20deeb3248
remove duplicate conjunctions
2 files modified
4 ■■■■ changed files
docs/tutorials/modwsgi/index.rst 2 ●●● patch | view | raw | blame | history
repoze/bfg/view.py 2 ●●● patch | view | raw | blame | history
docs/tutorials/modwsgi/index.rst
@@ -17,7 +17,7 @@
.. 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
   <http://lists.repoze.org/listinfo/repoze-dev>`_.
repoze/bfg/view.py
@@ -123,7 +123,7 @@
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