Skip to content

Commit

Permalink
missed one code-block highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Nov 28, 2018
1 parent 3c8dfaf commit d5281ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d5281ff

Please sign in to comment.