fix misspelling of 'default'

Change-Id: I12ffcf28d05655f1f60038dcf1c42e43a516978e
This commit is contained in:
lvxianguo 2018-06-22 16:24:34 +08:00
parent 234ea50d5d
commit b4fb2fbb0a
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class RegisteredLimitManager(base.CrudManager):
:param resource_name: the name of the resource to limit.
:type resource_name: str
:param default_limit: the default limit for projects to assume.
:type defaut slt_limit: int
:type default_limit: int
:param description: a string that describes the limit
:type description: str
:param region: a UUID that identifies the region for the limit.