From eb10ffcba01b36ddff97659b4a000f6b4a29024f Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 3 Aug 2016 16:39:11 +0200 Subject: [PATCH] docstring --- bigchaindb/pipelines/election.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bigchaindb/pipelines/election.py b/bigchaindb/pipelines/election.py index 26d77ac4..0f002f9a 100644 --- a/bigchaindb/pipelines/election.py +++ b/bigchaindb/pipelines/election.py @@ -1,3 +1,9 @@ +"""This module takes care of all the logic related to block status. + +Specifically, what happens when a block becomes invalid. The logic is +encapsulated in the ``Election`` class, while the sequence of actions +is specified in ``create_pipeline``. +""" import rethinkdb as r from multipipes import Pipeline, Node