diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-28 14:50:03 +0000 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2010-03-28 14:50:03 +0000 |
| commit | 600103b17acaba01d661e184c4e9be114362c246 (patch) | |
| tree | 718f28c2d8549abae14d9b2f424537c7c37b20b8 /docs | |
| parent | 6b37ea99e2980fc88b5bc9a985bcda650540ce5b (diff) | |
| download | pyramid-600103b17acaba01d661e184c4e9be114362c246.tar.gz pyramid-600103b17acaba01d661e184c4e9be114362c246.tar.bz2 pyramid-600103b17acaba01d661e184c4e9be114362c246.zip | |
quick fixes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/resources.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index 9dd22905f..d28e6438b 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -86,7 +86,7 @@ given :mod:`repoze.bfg` application. For example, you may wish to reuse an existing :mod:`repoze.bfg` application more or less unchanged. However, some specific template file owned by the application might have inappropriate HTML, or some static resource -(such as a logo file or some CSS file) might not appropriate. You +(such as a logo file or some CSS file) might not be appropriate. You *could* just fork the application entirely, but it's often more convenient to just override the resources that are inappropriate and reuse the application "as is". This is particularly true when you @@ -196,7 +196,7 @@ Individual subdirectories within a package can also be overridden: If you wish to override a directory with another directory, you *must* make sure to attach the slash to the end of both the ``to_override`` specification and the ``override_with`` specification. If you fail to -attach a slash to the end of a specification that points a directory, +attach a slash to the end of a specification that points to a directory, you will get unexpected results. You cannot override a directory specification with a file @@ -290,7 +290,7 @@ Individual subdirectories within a package can also be overridden: If you wish to override a directory with another directory, you *must* make sure to attach the slash to the end of both the ``to_override`` specification and the ``override_with`` specification. If you fail to -attach a slash to the end of a specification that points a directory, +attach a slash to the end of a specification that points to a directory, you will get unexpected results. The package name in a specification may start with a dot, meaning that |
