Skip to content

Commit

Permalink
Fix typo in GCP credentials_provider's docstring (#7818)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Mar 23, 2020
1 parent 56c013c commit b86bf79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airflow/providers/google/cloud/utils/credentials_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ def get_credentials_and_project_id(
:param key_path: Path to GCP Credential JSON file
:type key_path: str
:param key_dict: A dict representing GCP Credential as in the Credential JSON file
:type key_dict: Dict[str, str]
:param keyfile_dict: A dict representing GCP Credential as in the Credential JSON file
:type keyfile_dict: Dict[str, str]
:param scopes: OAuth scopes for the connection
:type scopes: Sequence[str]
:param delegate_to: The account to impersonate, if any.
Expand Down

0 comments on commit b86bf79

Please sign in to comment.
  翻译: