diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-07 22:19:34 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-07 22:19:34 -0500 |
| commit | 18659cb5ecd5b281ed7fa0353677c7792069cbc4 (patch) | |
| tree | b116f67b5900b12f2cb2ecc28465c22a0ccc230e | |
| parent | 89eeb971cdc0d499015a39300ff8662b0f31f0e5 (diff) | |
| download | pyramid-18659cb5ecd5b281ed7fa0353677c7792069cbc4.tar.gz pyramid-18659cb5ecd5b281ed7fa0353677c7792069cbc4.tar.bz2 pyramid-18659cb5ecd5b281ed7fa0353677c7792069cbc4.zip | |
link to the interface
| -rw-r--r-- | pyramid/path.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/path.py b/pyramid/path.py index 8a8898174..d1c3b6d31 100644 --- a/pyramid/path.py +++ b/pyramid/path.py @@ -165,7 +165,7 @@ class AssetResolver(Resolver): """ Resolve the asset spec named as ``spec`` to an object that has the attributes and methods described in - `pyramid.interfaces.IAssetDescriptor`. + :class:`pyramid.interfaces.IAssetDescriptor`. If ``spec`` is an absolute filename (e.g. ``/path/to/myproject/templates/foo.pt``) or an absolute asset |
