Skip to content

Commit 7c86459

Browse files
committed
Improve Database.changes() docstring (fixes issue 196).
1 parent c56f798 commit 7c86459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

couchdb/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,8 @@ def _changes(self, **opts):
894894
def changes(self, **opts):
895895
"""Retrieve a changes feed from the database.
896896
897-
Takes since, feed, heartbeat and timeout options.
897+
:param opts: optional query string parameters
898+
:return: an iterable over change notification dicts
898899
"""
899900
if opts.get('feed') == 'continuous':
900901
return self._changes(**opts)

0 commit comments

Comments
 (0)