spelling correction (#167)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-01-15 16:57:06 -08:00 committed by Alex Stephen
parent cb72c0b8c4
commit c20b8d5e93

View file

@ -73,7 +73,7 @@ def replace_resource_dict(item, value):
return new_item
# Handles all authentation and HTTP sessions for GCP API calls.
# Handles all authentication and HTTP sessions for GCP API calls.
class GcpSession(object):
def __init__(self, module, product):
self.module = module