summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-27 07:13:55 +0000
committerGerrit Code Review <review@openstack.org>2017-07-27 07:13:55 +0000
commitf72e80c05414216d5f0b42dd54cf022d37fa655f (patch)
treebafcba3fc8ba19cdb91814c16d9b987b58a9122f
parenta67c82eff3b1deafc6a2ae3d451a5868d9cb64cd (diff)
parented0b2c0f43a880e3f12dc91af08aee5eabbacd50 (diff)
downloadpython-novaclient-f72e80c05414216d5f0b42dd54cf022d37fa655f.tar.gz
Merge "Removed extra word 'method' from the NOTE"
-rw-r--r--novaclient/api_versions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/api_versions.py b/novaclient/api_versions.py
index b0c41b02..61cded28 100644
--- a/novaclient/api_versions.py
+++ b/novaclient/api_versions.py
@@ -400,7 +400,7 @@ def wraps(start_version, end_version=None):
# NOTE(andreykurilin): The way to obtain function's name in Python 2
# bases on traceback(see _get_function_name for details). Since the
- # right versioned method method is used in several places, one object
+ # right versioned method is used in several places, one object
# can have different names. Let's generate name of function one time
# and use __id__ property in all other places.
substitution.__id__ = name