Patricio Paez
2012-03-14 c946fc7b717359cf26dab45a9b84f06f6c1bc466
Typos
2 files modified
4 ■■■■ changed files
docs/narr/advconfig.rst 2 ●●● patch | view | raw | blame | history
docs/narr/introduction.rst 2 ●●● patch | view | raw | blame | history
docs/narr/advconfig.rst
@@ -227,7 +227,7 @@
In the above example we've issued a call to
:meth:`~pyramid.config.Configurator.commit` between the two ``add_view``
calls.  :meth:`~pyramid.config.Configurator.commit` will cause any pending
calls.  :meth:`~pyramid.config.Configurator.commit` will execute any pending
configuration statements.
Calling :meth:`~pyramid.config.Configurator.commit` is safe at any time.  It
docs/narr/introduction.rst
@@ -347,7 +347,7 @@
When this view callable is called by Pyramid, the ``{'a':1}`` dictionary will
be rendered to a response on your behalf.  The string passed as ``renderer=``
above is an :term:`asset specification`.  It is in the form
``packagename:directoryname/filename.ext``.  In this case, it names the
``packagename:directoryname/filename.ext``.  In this case, it refers to the
``mytemplate.pt`` file in the ``templates`` directory within the ``myapp``
Python package.  Asset specifications are omnipresent in Pyramid: see
:ref:`intro_asset_specs` for more information.