From 6806089ca99f16157ef0cf52ec0abd15710d7032 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 28 May 2020 09:59:37 -0400 Subject: [PATCH] Redundant word --- src/_zkapauthorizer/tests/storage_common.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_zkapauthorizer/tests/storage_common.py b/src/_zkapauthorizer/tests/storage_common.py index b8dedf4..ddc58f3 100644 --- a/src/_zkapauthorizer/tests/storage_common.py +++ b/src/_zkapauthorizer/tests/storage_common.py @@ -169,10 +169,10 @@ def whitebox_write_sparse_share(sharepath, version, size, leases, now): def integer_passes(limit): """ - :return: Return a function which can be used to get a number of passes. - The function accepts a unicode request-binding message and an integer - number of passes. It returns a list of integers which serve as passes. - Successive calls to the function return unique pass values. + :return: A function which can be used to get a number of passes. The + function accepts a unicode request-binding message and an integer + number of passes. It returns a list of integers which serve as + passes. Successive calls to the function return unique pass values. """ counter = iter(range(limit)) def get_passes(message, num_passes): -- GitLab