Skip to content

Commit

Permalink
doc: Fix typo in secrets_manager.py docstring (#14943)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lese committed Mar 24, 2021
1 parent 47bd977 commit 0f32778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/secrets/secrets_manager.py
Expand Up @@ -59,7 +59,7 @@ class SecretsManagerBackend(BaseSecretsBackend, LoggingMixin):
:param variables_prefix: Specifies the prefix of the secret to read to get Variables.
If set to None (null), requests for variables will not be sent to AWS Secrets Manager
:type variables_prefix: str
:param config_prefix: Specifies the prefix of the secret to read to get Variables.
:param config_prefix: Specifies the prefix of the secret to read to get Configurations.
If set to None (null), requests for configurations will not be sent to AWS Secrets Manager
:type config_prefix: str
:param profile_name: The name of a profile to use. If not given, then the default profile is used.
Expand Down

0 comments on commit 0f32778

Please sign in to comment.