Michael Merickel
2011-09-09 a7238e374de68557aeed47c416cb94538615dcf8
garden
1 files modified
2 ■■■ changed files
docs/narr/introduction.rst 2 ●●● patch | view | raw | blame | history
docs/narr/introduction.rst
@@ -608,7 +608,7 @@
feature to other Pyramid users without requiring that we change Pyramid?  You
can extend Pyramid's :term:`Configurator` with your own directives.  For
example, let's say you find yourself calling
:meth:`pyramid.config.Configurator.add_view` repetitvely.  Usually you can
:meth:`pyramid.config.Configurator.add_view` repetitively.  Usually you can
take the boring away by using existing shortcuts, but let's say that this is
a case such a way that no existing shortcut works to take the boring away: