mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
trailing-whitespace eradication, no functional changes
This commit is contained in:
parent
9cd3eaec1e
commit
516ce89a1e
@ -705,7 +705,7 @@ class ICodecEncoder(Interface):
|
||||
"""
|
||||
|
||||
def encode(inshares, desired_share_ids=None):
|
||||
"""Encode some data. This may be called multiple times. Each call is
|
||||
"""Encode some data. This may be called multiple times. Each call is
|
||||
independent.
|
||||
|
||||
inshares is a sequence of length required_shares, containing buffers
|
||||
@ -748,9 +748,9 @@ class ICodecEncoder(Interface):
|
||||
integer, exactly as passed into 'desired_share_ids' (or
|
||||
range(max_shares), if desired_share_ids was not provided).
|
||||
|
||||
The shares and their corresponding shareids are required to be kept
|
||||
together during storage and retrieval. Specifically, the share data is
|
||||
useless by itself: the decoder needs to be told which share is which
|
||||
The shares and their corresponding shareids are required to be kept
|
||||
together during storage and retrieval. Specifically, the share data is
|
||||
useless by itself: the decoder needs to be told which share is which
|
||||
by providing it with both the shareid and the actual share data.
|
||||
|
||||
This function will allocate an amount of memory roughly equal to::
|
||||
|
Loading…
Reference in New Issue
Block a user