diff options
| -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 |
