diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-11-27 16:49:53 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-11-27 16:49:53 -0800 |
| commit | d5281ff3b038bbe86b07b458a1f4eb669661180e (patch) | |
| tree | b775286b0162efcc5399d6004c421982f66f1dc9 /docs | |
| parent | 3c8dfafd4797ac889f233f45d45af8380f45d15f (diff) | |
| download | pastedeploy-git-d5281ff3b038bbe86b07b458a1f4eb669661180e.tar.gz | |
missed one code-block highlighting
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 4 |
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') |
