summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2019-12-28 02:49:14 -0800
committerSteve Piercy <web@stevepiercy.com>2020-01-02 23:30:59 -0800
commit48ad0860bee87c71cddea76de841dd91a16cd0fe (patch)
tree76475cdf8ca189d74d01e4b7375c75aa08a8d17e /docs/narr
parentbfde9a92438fe4c34742d1114d144658aad7ad25 (diff)
downloadpyramid-48ad0860bee87c71cddea76de841dd91a16cd0fe.tar.gz
pyramid-48ad0860bee87c71cddea76de841dd91a16cd0fe.tar.bz2
pyramid-48ad0860bee87c71cddea76de841dd91a16cd0fe.zip
Unwrap paragraph to one line per sentence
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/paste.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/narr/paste.rst b/docs/narr/paste.rst
index fe2846dd3..e198176d4 100644
--- a/docs/narr/paste.rst
+++ b/docs/narr/paste.rst
@@ -95,4 +95,6 @@ application's ``main`` function as ``global_config`` (see the reference to the
Alternative Configuration File Formats
--------------------------------------
-It is possible to use different file formats with :app:`Pyramid` if you do not like :term:`PasteDeploy`. Under the hood all command-line scripts such as ``pserve`` and ``pshell`` pass the ``config_uri`` (e.g. ``development.ini`` or ``production.ini``) to the :term:`plaster` library which performs a lookup for an appropriate parser. For ``.ini`` files it uses PasteDeploy but you can register your own configuration formats that plaster will find instead.
+It is possible to use different file formats with :app:`Pyramid` if you do not like :term:`PasteDeploy`.
+Under the hood all command-line scripts such as ``pserve`` and ``pshell`` pass the ``config_uri`` (e.g., ``development.ini`` or ``production.ini``) to the :term:`plaster` library which performs a lookup for an appropriate parser.
+For ``.ini`` files it uses PasteDeploy but you can register your own configuration formats that plaster will find instead.