diff options
| author | Casey Duncan <casey.duncan@gmail.com> | 2010-12-21 00:01:07 -0700 |
|---|---|---|
| committer | Casey Duncan <casey.duncan@gmail.com> | 2010-12-21 00:01:07 -0700 |
| commit | c661f30d1ad82baedb2847d5ba65b8f85311e9e5 (patch) | |
| tree | 6747545712f32b8728490ed8fcdeb5319a41b586 /docs/narr/resources.rst | |
| parent | 5f0a81a0fd40afcabd4e8f3185136f829193d4bc (diff) | |
| download | pyramid-c661f30d1ad82baedb2847d5ba65b8f85311e9e5.tar.gz pyramid-c661f30d1ad82baedb2847d5ba65b8f85311e9e5.tar.bz2 pyramid-c661f30d1ad82baedb2847d5ba65b8f85311e9e5.zip | |
remove word typically to improve flow
Diffstat (limited to 'docs/narr/resources.rst')
| -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 6350f01ec..2485689a4 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -239,7 +239,7 @@ A slash is appended to all resource URLs when :func:`~pyramid.url.resource_url` is used to generate them in this simple manner, because resources are "places" in the hierarchy, and URLs are meant to be clicked on to be visited. Relative URLs that you include on HTML pages -rendered as the result of the default view of a resource are typically more +rendered as the result of the default view of a resource are more apt to be relative to these resources than relative to their parent. You can also pass extra elements to :func:`~pyramid.url.resource_url`: |
