fixed typo

This commit is contained in:
Rodolphe Marques 2016-12-14 13:28:37 +01:00
parent 14a2c13a06
commit 3cfe8cb160

View File

@ -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``