diff --git a/src/_zkapauthorizer/_storage_client.py b/src/_zkapauthorizer/_storage_client.py index b24085b4c0193e37f09f40030f1c9425ee44b261..6b1c1acf3babf0d303802f75320dc0734e6cdde1 100644 --- a/src/_zkapauthorizer/_storage_client.py +++ b/src/_zkapauthorizer/_storage_client.py @@ -51,9 +51,9 @@ class ZKAPAuthorizerStorageClient(object): :ivar _get_passes: A two-argument callable which retrieves some passes which can be used to authorize an operation. The first argument is a - bytes message binding the passes to the request for which they will be - used. The second is an integer giving the number of passes to - request. + bytes (valid utf-8) message binding the passes to the request for + which they will be used. The second is an integer giving the number + of passes to request. """ _get_rref = attr.ib() _get_passes = attr.ib()