summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')