Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Sep 29, 2023
1 parent 7f16d4d commit e8f9ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webauthn/helpers/parse_authentication_credential_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def parse_authentication_credential_json(json_val: Union[str, dict]) -> AuthenticationCredential:
"""
Parse a JSON form of an authentication credential, as either a stringified JSON object or a
plain dict, into an instance of RegistrationCredential
plain dict, into an instance of AuthenticationCredential
"""
if PYDANTIC_V2:
parsing_method: Callable = AuthenticationCredential.model_validate_json # type: ignore[attr-defined]
Expand Down

0 comments on commit e8f9ed4

Please sign in to comment.