Update param description error

Change-Id: Ia1e8a78549ff85eb232b4fa7e0951c01b43e986c
This commit is contained in:
chenpengzi 2018-03-16 10:21:21 +08:00
parent e49bad98f0
commit 9b99d9b0d5
1 changed files with 1 additions and 2 deletions

View File

@ -190,7 +190,6 @@ class Server(object):
"""Run a WSGI server with the given application.
:param application: The application to run in the WSGI server
:param conf: a cfg.ConfigOpts object
:param default_port: Port to bind to if none is specified in conf
"""
@ -253,7 +252,7 @@ class Server(object):
the existing socket is reused.
:param old_conf: Cached old configuration settings (if any)
:param has changed: callable to determine if a parameter has changed
:param has_changed: callable to determine if a parameter has changed
"""
new_sock = (old_conf is None or (