Skip to content

Commit 9533fdb

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix typo in policy rule description" into stable/victoria
2 parents 2db1435 + 48c8a86 commit 9533fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudkitty/common/policies/v1/rating.py

Lines changed: 1 addition & 1 deletion
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)