Skip to content

Commit 9af8dfb

Browse files
committed
Merge branch 'fluent-style' of github.com:ReactiveX/RxPY into fluent-style
2 parents 1db1925 + f72d2c8 commit 9af8dfb

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)