mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
fixed typo
This commit is contained in:
parent
14a2c13a06
commit
3cfe8cb160
@ -62,8 +62,8 @@ class ChangeFeed(Node):
|
|||||||
def run_changefeed(self):
|
def run_changefeed(self):
|
||||||
"""Backend specific method to run the changefeed.
|
"""Backend specific method to run the changefeed.
|
||||||
|
|
||||||
The changefeed is is usually a backend cursor that is not closed when
|
The changefeed is usually a backend cursor that is not closed when all
|
||||||
all the results are exausted. Instead it remains open waiting for new
|
the results are exausted. Instead it remains open waiting for new
|
||||||
results.
|
results.
|
||||||
|
|
||||||
This method should also filter each result based on the ``operation``
|
This method should also filter each result based on the ``operation``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user