diff options
| author | Tres Seaver <tseaver@palladion.com> | 2013-01-29 09:14:42 -0800 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2013-01-29 09:14:42 -0800 |
| commit | 514c866c9915491306ad2e05e79b6faa6f79ea63 (patch) | |
| tree | a6f5879b3d30b047852fe4426bb333ace415b18c /docs/api | |
| parent | 53460a00c726186c605280958c88a82dd31aec83 (diff) | |
| parent | 3778e8fc2ff2f26d768c8bf6ea2563349a83acc2 (diff) | |
| download | pyramid-514c866c9915491306ad2e05e79b6faa6f79ea63.tar.gz pyramid-514c866c9915491306ad2e05e79b6faa6f79ea63.tar.bz2 pyramid-514c866c9915491306ad2e05e79b6faa6f79ea63.zip | |
Merge pull request #815 from tshepang/temp
some pyramid.config API documentation improvements
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/config.rst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/api/config.rst b/docs/api/config.rst index e6a67830e..39d504348 100644 --- a/docs/api/config.rst +++ b/docs/api/config.rst @@ -108,9 +108,7 @@ :class:`pyramid.registry.Introspectable` class (used during directives to provide introspection to actions). - .. note:: - - This attribute is new as of :app:`Pyramid` 1.3. + .. versionadded:: 1.3 .. attribute:: introspector @@ -118,9 +116,7 @@ instance implementing the :class:`pyramid.interfaces.IIntrospector` interface. - .. note:: - - This attribute is new as of :app:`Pyramid` 1.3. + .. versionadded:: 1.3 .. attribute:: registry |
