Skip to content

Commit 693c53a

Browse files
committed
update method comment
1 parent 7e19df6 commit 693c53a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mauth_client/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def base64_encode(signature):
2525

2626
def decode(byte_string: bytes) -> str:
2727
"""
28-
Attempt to decode a byte string with utf and fallback to cchardet.
28+
Attempt to decode a byte string with utf and fallback to charset_normalizer.
2929
"""
3030
try:
3131
return byte_string.decode("utf-8")

0 commit comments

Comments
 (0)