From 30a5b9374d343bf8f943435a76d0f5314085778d Mon Sep 17 00:00:00 2001 From: z-bowen Date: Tue, 4 Sep 2018 17:21:48 +0200 Subject: [PATCH] Problem: Error in docstring return signature Solution: Fixed the docstring --- bigchaindb/common/election.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bigchaindb/common/election.py b/bigchaindb/common/election.py index ddc92495..52d34b45 100644 --- a/bigchaindb/common/election.py +++ b/bigchaindb/common/election.py @@ -39,11 +39,8 @@ class Election(Transaction): :return: { 'height': , - 'asset': { - 'height': , - 'validators': , - 'election_id': - } + 'validators': , + 'election_id': } """ return bigchain.get_validator_change(height)