Skip to content

Commit f72d2c8

Browse files
authored
Merge branch 'master' into fluent-style
2 parents baa9ddf + a999275 commit f72d2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactivex/observable/observable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def subscribe(
128128
129129
Returns:
130130
Disposable object representing an observer's subscription to
131-
the observable sequence.
131+
the observable sequence. Call :code:`.dispose()` on it to unsubscribe.
132132
"""
133133
if (
134134
isinstance(on_next, abc.ObserverBase)

0 commit comments

Comments
 (0)