We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1663d commit d749d32Copy full SHA for d749d32
reactivex/observable/observable.py
@@ -88,7 +88,7 @@ def subscribe(
88
89
Returns:
90
Disposable object representing an observer's subscription to
91
- the observable sequence.
+ the observable sequence. Call :code:`.dispose()` on it to unsubscribe.
92
"""
93
if (
94
isinstance(on_next, abc.ObserverBase)
0 commit comments