We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712e799 commit c8f095cCopy full SHA for c8f095c
cloudkitty/common/policies/v1/rating.py
@@ -21,7 +21,7 @@
21
policy.DocumentedRuleDefault(
22
name='rating:list_modules',
23
check_str=base.ROLE_ADMIN,
24
- description='Reture the list of loaded modules in Cloudkitty.',
+ description='Return the list of loaded modules in Cloudkitty.',
25
operations=[{'path': '/v1/rating/modules',
26
'method': 'LIST'}]),
27
0 commit comments