clean up copyediting errors

This commit is contained in:
Jean-Paul Calderone 2021-10-22 15:04:45 -04:00
parent bcdfb8155c
commit ce30f9dd06

View File

@ -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.