Skip to content

Commit

Permalink
update method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johnduhart committed Apr 18, 2023
1 parent 7e19df6 commit 693c53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mauth_client/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def base64_encode(signature):

def decode(byte_string: bytes) -> str:
"""
Attempt to decode a byte string with utf and fallback to cchardet.
Attempt to decode a byte string with utf and fallback to charset_normalizer.
"""
try:
return byte_string.decode("utf-8")
Expand Down

0 comments on commit 693c53a

Please sign in to comment.