Skip to content

Commit d749d32

Browse files
committed
Clarify what you can do with the .subscribe() Disposable
1 parent af1663d commit d749d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactivex/observable/observable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def subscribe(
8888
8989
Returns:
9090
Disposable object representing an observer's subscription to
91-
the observable sequence.
91+
the observable sequence. Call :code:`.dispose()` on it to unsubscribe.
9292
"""
9393
if (
9494
isinstance(on_next, abc.ObserverBase)

0 commit comments

Comments
 (0)