From 5355c0268b3e633a91ae912ff394440ea3fc3f7d Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Fri, 7 May 2021 16:08:22 -0700 Subject: Fix reconstruct docstring Change-Id: Ia3bbea67c65b33262307085c48fc3401988bbc93 --- pyeclib/ec_iface.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyeclib/ec_iface.py b/pyeclib/ec_iface.py index a924dc3..c7dfcac 100644 --- a/pyeclib/ec_iface.py +++ b/pyeclib/ec_iface.py @@ -302,7 +302,6 @@ class ECDriver(object): :param missing_fragment_indexes: a list of integers representing the indexes of the fragments to be reconstructed. - :param destination_index: the index of the element to reconstruct :returns: a list of buffers (ordered by fragment index) containing the reconstructed payload associated with the indexes provided in missing_fragment_indexes -- cgit v1.2.1