Merge "Fix a comment in novaclient/api_versions.py"

This commit is contained in:
Zuul 2018-02-27 14:05:38 +00:00 committed by Gerrit Code Review
commit 5af4a8edd8
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ def wraps(start_version, end_version=None):
return methods[-1].func(obj, *args, **kwargs)
# Let's share "arguments" with original method and substitution to
# allow put cliutils.arg and wraps decorators in any order
# allow put utils.arg and wraps decorators in any order
if not hasattr(func, 'arguments'):
func.arguments = []
substitution.arguments = func.arguments