We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2db1435 + 48c8a86 commit 9533fdbCopy full SHA for 9533fdb
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