diff options
| author | Ole Morten Halvorsen <olemortenh@gmail.com> | 2013-06-06 20:07:08 +1000 |
|---|---|---|
| committer | Ole Morten Halvorsen <olemortenh@gmail.com> | 2013-06-06 20:07:08 +1000 |
| commit | 05b5925b5341734e068cd40379709c0f330898fa (patch) | |
| tree | 459ba63827bb238f1df74e67ec33997f72ba49bd /docs | |
| parent | 806063db53955a94ff52aa42fe38bc30a851c166 (diff) | |
| download | pyramid-05b5925b5341734e068cd40379709c0f330898fa.tar.gz pyramid-05b5925b5341734e068cd40379709c0f330898fa.tar.bz2 pyramid-05b5925b5341734e068cd40379709c0f330898fa.zip | |
Resources.rst quick typo fix
There's 3 keys in the info dict, not two.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/resources.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index 699a3d4ac..b1bb611e5 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -300,7 +300,7 @@ the resource by :meth:`~pyramid.request.Request.resource_url`. The ``__resource_url__`` hook is passed two arguments: ``request`` and ``info``. ``request`` is the :term:`request` object passed to :meth:`~pyramid.request.Request.resource_url`. ``info`` is a dictionary with -two keys: +the following keys: ``physical_path`` A string representing the "physical path" computed for the resource, as |
