diff options
| author | Pavlo Kapyshin <i@93z.org> | 2015-01-07 15:00:06 +0200 |
|---|---|---|
| committer | Pavlo Kapyshin <i@93z.org> | 2015-01-07 15:00:06 +0200 |
| commit | 77db3c2c000d7209d1c486585d7227181e2a4286 (patch) | |
| tree | 1a1b9a6acb71ca45f4f9b1b5076ee34dedf5a6a5 /docs/narr/introspector.rst | |
| parent | 99d7c44610ad56bac0e90ba119b003ef11b2eb5a (diff) | |
| download | pyramid-77db3c2c000d7209d1c486585d7227181e2a4286.tar.gz pyramid-77db3c2c000d7209d1c486585d7227181e2a4286.tar.bz2 pyramid-77db3c2c000d7209d1c486585d7227181e2a4286.zip | |
Fix typos in configuration introspection documentation
Diffstat (limited to 'docs/narr/introspector.rst')
| -rw-r--r-- | docs/narr/introspector.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/introspector.rst b/docs/narr/introspector.rst index 0ff1615d1..8caba522c 100644 --- a/docs/narr/introspector.rst +++ b/docs/narr/introspector.rst @@ -450,9 +450,9 @@ introspectables in categories not described here. The :class:`pyramid.interfaces.IRendererInfo` object which represents this template's renderer. -``view mapper`` +``view mappers`` - Each introspectable in the ``permissions`` category represents a call to + Each introspectable in the ``view mappers`` category represents a call to :meth:`pyramid.config.Configurator.add_view` that has an explicit ``mapper`` argument to *or* a call to :meth:`pyramid.config.Configurator.set_view_mapper`; each will have @@ -481,8 +481,8 @@ introspectables in categories not described here. ``translation directories`` - Each introspectable in the ``asset overrides`` category represents an - individual element in a ``specs`` argument passed to + Each introspectable in the ``translation directories`` category represents + an individual element in a ``specs`` argument passed to :meth:`pyramid.config.Configurator.add_translation_dirs`; each will have the following data. @@ -511,7 +511,7 @@ introspectables in categories not described here. ``type`` - ``implict`` or ``explicit`` as a string. + ``implicit`` or ``explicit`` as a string. ``under`` |
