From 6cc52e6dd79a24ddfcbc92622507cf88a337948f Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 7 Oct 2019 15:57:34 -0400
Subject: [PATCH] note that it is utf-8

---
 src/_zkapauthorizer/_storage_client.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/_zkapauthorizer/_storage_client.py b/src/_zkapauthorizer/_storage_client.py
index b24085b..6b1c1ac 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()
-- 
GitLab