summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-11-27 16:49:53 -0800
committerSteve Piercy <web@stevepiercy.com>2018-11-27 16:49:53 -0800
commitd5281ff3b038bbe86b07b458a1f4eb669661180e (patch)
treeb775286b0162efcc5399d6004c421982f66f1dc9
parent3c8dfafd4797ac889f233f45d45af8380f45d15f (diff)
downloadpastedeploy-git-d5281ff3b038bbe86b07b458a1f4eb669661180e.tar.gz
missed one code-block highlighting
-rw-r--r--docs/index.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index adcb559..d4e6b46 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -234,7 +234,9 @@ Python frameworks now support WSGI, so applications written for these
frameworks should be usable.
The primary function is ``paste.deploy.loadapp``. This loads an
-application given a URI. You can use it like::
+application given a URI. You can use it like:
+
+.. code-block:: ini
from paste.deploy import loadapp
wsgi_app = loadapp('config:/path/to/config.ini')