Fixed params on autocreate_account docstring

... in proxy.controllers.base

Change-Id: Ic5c27cbf0f19b65fcaa3e6587583f03e56d646a0
This commit is contained in:
Sarafraj Singh 2016-02-11 20:52:47 +00:00 committed by Clay Gerrard
parent a2405e99af
commit c4158bd674

View File

@ -1588,7 +1588,7 @@ class Controller(object):
"""
Autocreate an account
:param env: the environment of the request leading to this autocreate
:param req: request leading to this autocreate
:param account: the unquoted account name
"""
partition, nodes = self.app.account_ring.get_nodes(account)