inline comment typo fix

corrected the typo

Change-Id: Idc46a9470eaf4274ee21d86eac7dd6e33f747b54
This commit is contained in:
npraveen35 2017-08-16 17:46:57 +05:30 committed by Praveen N
parent f501b618fb
commit ef55dd0e12
1 changed files with 2 additions and 2 deletions

View File

@ -143,10 +143,10 @@ class Client(object):
# concept
if not password:
password = api_key
# Backwards compat for people assing in input_auth_token
# Backwards compat for people passing in input_auth_token
if input_auth_token:
auth_token = input_auth_token
# Backwards compat for people assing in endpoint_type
# Backwards compat for people passing in endpoint_type
if endpoint_type:
interface = endpoint_type