Skip to content

Commit

Permalink
Clarify what you can do with the .subscribe() Disposable
Browse files Browse the repository at this point in the history
  • Loading branch information
tmewett committed Sep 23, 2024
1 parent be64ef3 commit 817bfce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactivex/observable/observable.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def subscribe(
Returns:
Disposable object representing an observer's subscription to
the observable sequence.
the observable sequence. Call :code:`.dispose()` on it to unsubscribe.
"""
if (
isinstance(on_next, abc.ObserverBase)
Expand Down

0 comments on commit 817bfce

Please sign in to comment.