mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-09 12:20:27 -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
|
||||
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Reference in a new issue