diff options
| -rw-r--r-- | docs/narr/templates.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index 2c288a043..028ef1a83 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -84,10 +84,9 @@ prefix on Windows. file instead of treating relative paths as relative to the current view module. See :ref:`mako_templates`. -The path can alternately be a :term:`resource specification` in the -form ``some.dotted.package_name:relative/path``, making it possible to -address template resources which live in another package. For -example: +The path can alternately be a :term:`resource specification` in the form +``some.dotted.package_name:relative/path``. This makes it possible to +address template resources which live in another package. For example: .. code-block:: python :linenos: |
