From ed0b2c0f43a880e3f12dc91af08aee5eabbacd50 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Thu, 6 Jul 2017 16:55:41 +0530 Subject: [PATCH] Removed extra word 'method' from the NOTE Removed extra 'method' word from the file api_versions.py Change-Id: Ie0f89bdab5e3a0bd66f3cd992e03c45bda01ef1d --- novaclient/api_versions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novaclient/api_versions.py b/novaclient/api_versions.py index b0c41b023..61cded280 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