Merge "inline comment typo fix"

This commit is contained in:
Zuul 2017-12-12 06:26:29 +00:00 committed by Gerrit Code Review
commit 7dc3067a0b
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