Skip to content

Commit

Permalink
Merge pull request pallets#198 from typingduck/master
Browse files Browse the repository at this point in the history
Comment fix
  • Loading branch information
Kenneth Reitz committed Nov 16, 2012
2 parents 105996c + 0a3b95f commit 65d0e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion werkzeug/serving.py
Expand Up @@ -634,7 +634,8 @@ def run_simple(hostname, port, application, use_reloader=False,
:param reloader_interval: the interval for the reloader in seconds.
:param threaded: should the process handle each request in a separate
thread?
:param processes: number of processes to spawn.
:param processes: if greater than 1 then handle each request in a new process
up to this maximum number of concurrent processes.
:param request_handler: optional parameter that can be used to replace
the default one. You can use this to replace it
with a different
Expand Down

0 comments on commit 65d0e82

Please sign in to comment.