comparison docs/usage/vcs_support.rst @ 5434:8867673c8192

docs: consistent spacing between text
author Mads Kiilerich <madski@unity3d.com>
date Wed, 26 Aug 2015 17:28:58 +0200
parents fbbe80e3322b
children ed2fb6e84a02
comparison
equal deleted inserted replaced
5433:fbbe80e3322b 5434:8867673c8192
36 use = egg:waitress#main 36 use = egg:waitress#main
37 37
38 or:: 38 or::
39 39
40 use = egg:gunicorn#main 40 use = egg:gunicorn#main
41
42 41
43 Also make sure to comment out the following options:: 42 Also make sure to comment out the following options::
44 43
45 threadpool_workers = 44 threadpool_workers =
46 threadpool_max_requests = 45 threadpool_max_requests =