From 003d4b831034ab281ed7684641618dad101bc883 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 23 May 2016 10:27:22 +0200 Subject: [PATCH] imperative phrasing --- bigchaindb/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigchaindb/core.py b/bigchaindb/core.py index ae31a464..b5d26e18 100644 --- a/bigchaindb/core.py +++ b/bigchaindb/core.py @@ -176,7 +176,7 @@ class Bigchain(object): return None def search_block_election_on_index(self, value, index): - """Retrieves block election information given a secondary index and value + """Retrieve block election information given a secondary index and value Args: value: a value to search (e.g. transaction id string, payload hash string) @@ -192,7 +192,7 @@ class Bigchain(object): return list(response) def get_blocks_status_containing_tx(self, txid): - """Retrieves block ids and statuses related to a transaction + """Retrieve block ids and statuses related to a transaction Transactions may occur in multiple blocks, but no more than one valid block.