Skip to content

Commit 3ed86c8

Browse files
antivirakcerman
authored andcommitted
fix: typo in comment
1 parent 4e513e6 commit 3ed86c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redshift_connector/plugin/saml_credentials_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def refresh(self: "SamlCredentialsProvider") -> None:
106106
_logger.debug("decoded SAML assertion into xml format")
107107
soup = bs4.BeautifulSoup(doc, "xml")
108108
attrs = soup.findAll("Attribute")
109-
# extract RoleArn adn PrincipleArn from SAML assertion
109+
# extract RoleArn and PrincipleArn from SAML assertion
110110
role_pattern = re.compile(r"arn:aws:iam::\d*:role/\S+")
111111
provider_pattern = re.compile(r"arn:aws:iam::\d*:saml-provider/\S+")
112112
roles: typing.Dict[str, str] = {}

0 commit comments

Comments
 (0)