Merge "Fix typo in docstring"
This commit is contained in:
@@ -35,7 +35,7 @@ CONF.register_opts(AUTH_OPTS)
|
|||||||
def install(app, conf, public_routes):
|
def install(app, conf, public_routes):
|
||||||
"""Install ACL check on application.
|
"""Install ACL check on application.
|
||||||
|
|
||||||
:param app: A WSGI applicatin.
|
:param app: A WSGI application.
|
||||||
:param conf: Settings. Dict'ified and passed to keystonemiddleware
|
:param conf: Settings. Dict'ified and passed to keystonemiddleware
|
||||||
:param public_routes: The list of the routes which will be allowed to
|
:param public_routes: The list of the routes which will be allowed to
|
||||||
access without authentication.
|
access without authentication.
|
||||||
|
|||||||
Reference in New Issue
Block a user