Skip to content

Commit e0f177c

Browse files
committed
Fix code block formatting in docs
1 parent 6da84c6 commit e0f177c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/custom.rst

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This command will work with any Gunicorn CLI parameters or a config file - just
3434
pass them along as if you're directly giving them to Gunicorn:
3535

3636
.. code-block:: bash
37+
3738
# Custom parameters
3839
$ python gunicorn.app.wsgiapp exampleapi:app --bind=0.0.0.0:8081 --workers=4
3940
# Using a config file
@@ -44,6 +45,7 @@ time, and your compiled app should work with the entry point passed to it at
4445
run time.
4546

4647
.. code-block:: bash
48+
4749
# Generic pex build command via bash from root of exampleapi project
4850
$ pex . -v -c gunicorn -o compiledapp.pex
4951
# Running it

0 commit comments

Comments
 (0)