From ce30f9dd0663ba22a985571f8029ad35026bb91e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 22 Oct 2021 15:04:45 -0400 Subject: [PATCH] clean up copyediting errors --- src/allmydata/storage/immutable.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/allmydata/storage/immutable.py b/src/allmydata/storage/immutable.py index e23abb080..55bcdda64 100644 --- a/src/allmydata/storage/immutable.py +++ b/src/allmydata/storage/immutable.py @@ -110,8 +110,7 @@ class ShareFile(object): Initialize a ``ShareFile``. :param Optional[int] max_size: If given, the maximum number of bytes - that this ``ShareFile`` will accept to be stored. ``write`` will - accept in total. + that this ``ShareFile`` will accept to be stored. :param bool create: If ``True``, create the file (and fail if it exists already). ``max_size`` must not be ``None`` in this case.