summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCasey Duncan <casey.duncan@gmail.com>2010-12-12 10:57:30 -0700
committerCasey Duncan <casey.duncan@gmail.com>2010-12-12 10:57:30 -0700
commit6259914861a9fa6437e8ab5f45100741087be134 (patch)
tree104a46a5564853451805e9ea3a06da03abe6df33 /docs
parentb0336425a8067aea7b2bedabc0d7fbb0b4d2a39d (diff)
downloadpyramid-6259914861a9fa6437e8ab5f45100741087be134.tar.gz
pyramid-6259914861a9fa6437e8ab5f45100741087be134.tar.bz2
pyramid-6259914861a9fa6437e8ab5f45100741087be134.zip
break long sentence
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/templates.rst7
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: