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 Feb 2, 2023
1 parent a10cc1c commit 9df94e5
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 9df94e5

Please sign in to comment.