Skip to content

Commit c8f095c

Browse files
priteauJonher937
authored andcommitted
Fix typo in policy rule description
Change-Id: Ic92234325ebabb17a2f205550a461891b646503a (cherry picked from commit 43c95fe)
1 parent 712e799 commit c8f095c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudkitty/common/policies/v1/rating.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
policy.DocumentedRuleDefault(
2222
name='rating:list_modules',
2323
check_str=base.ROLE_ADMIN,
24-
description='Reture the list of loaded modules in Cloudkitty.',
24+
description='Return the list of loaded modules in Cloudkitty.',
2525
operations=[{'path': '/v1/rating/modules',
2626
'method': 'LIST'}]),
2727
policy.DocumentedRuleDefault(

0 commit comments

Comments
 (0)