diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-21 00:07:36 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-21 00:07:36 -0700 |
| commit | 4a10119ecd49316b38c556ef720b515a0c5f7a22 (patch) | |
| tree | 84d40eab0f3a74c7904e6c7fc3d9fd39afb10a9d | |
| parent | c661f30d1ad82baedb2847d5ba65b8f85311e9e5 (diff) | |
| download | pyramid-4a10119ecd49316b38c556ef720b515a0c5f7a22.tar.gz pyramid-4a10119ecd49316b38c556ef720b515a0c5f7a22.tar.bz2 pyramid-4a10119ecd49316b38c556ef720b515a0c5f7a22.zip | |
add missing space
| -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 2485689a4..69dbc0af6 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -399,7 +399,7 @@ Obtaining the Lineage of a Resource ----------------------------------- :func:`pyramid.location.lineage` returns a generator representing the -:term:`lineage` of the :term:`location` aware:term:`resource` object. +:term:`lineage` of the :term:`location` aware :term:`resource` object. The :func:`~pyramid.location.lineage` function returns the resource it is passed, then each parent of the resource, in order. For example, if the |
