mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-10-03 06:53:28 -07:00
spelling correction (#167)
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
cb72c0b8c4
commit
c20b8d5e93
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ def replace_resource_dict(item, value):
|
||||||
return new_item
|
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):
|
class GcpSession(object):
|
||||||
def __init__(self, module, product):
|
def __init__(self, module, product):
|
||||||
self.module = module
|
self.module = module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue