diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-19 00:36:46 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-19 00:36:46 -0700 |
| commit | 5af30057aa5528eaa277603ee717b7111c147a51 (patch) | |
| tree | 72af1e5a928cd8c99f86d109e6e51eff58253e79 /docs/narr/templates.rst | |
| parent | 72eb0abbdb6b2c56c7b731edb7006416316b9790 (diff) | |
| download | pyramid-5af30057aa5528eaa277603ee717b7111c147a51.tar.gz pyramid-5af30057aa5528eaa277603ee717b7111c147a51.tar.bz2 pyramid-5af30057aa5528eaa277603ee717b7111c147a51.zip | |
Standardize Unix capitalization
Diffstat (limited to 'docs/narr/templates.rst')
| -rw-r--r-- | docs/narr/templates.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index bc3e913ff..1ccab9d3c 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -52,7 +52,7 @@ directory containing the file which defines the view configuration. In this case, this is the directory containing the file that defines the ``sample_view`` function. Although a renderer path is usually just a simple relative pathname, a path named as a renderer can be absolute, starting with a -slash on UNIX or a drive letter prefix on Windows. The path can alternatively +slash on Unix or a drive letter prefix on Windows. The path can alternatively be an :term:`asset specification` in the form ``some.dotted.package_name:relative/path``. This makes it possible to address template assets which live in another package. For example: @@ -317,7 +317,7 @@ Similar renderer configuration can be done imperatively. See See also :ref:`built_in_renderers`. Although a renderer path is usually just a simple relative pathname, a path -named as a renderer can be absolute, starting with a slash on UNIX or a drive +named as a renderer can be absolute, starting with a slash on Unix or a drive letter prefix on Windows. The path can alternatively be an :term:`asset specification` in the form ``some.dotted.package_name:relative/path``, making it possible to address template assets which live in another package. |
