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):
|
||||
"""Backend specific method to run the changefeed.
|
||||
|
||||
The changefeed is is usually a backend cursor that is not closed when
|
||||
all the results are exausted. Instead it remains open waiting for new
|
||||
The changefeed is usually a backend cursor that is not closed when all
|
||||
the results are exausted. Instead it remains open waiting for new
|
||||
results.
|
||||
|
||||
This method should also filter each result based on the ``operation``
|
||||
|
Loading…
x
Reference in New Issue
Block a user