Skip to content

Commit 8f127b8

Browse files
committed
Fix copy / paste error
1 parent b9086ea commit 8f127b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactivex/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def defer(
302302
---1--2--3--|
303303
304304
Example:
305-
>>> res = defer(lambda scheduler: of(1, 2, 3))
305+
>>> res = reactivex.defer(lambda scheduler: of(1, 2, 3))
306306
307307
Args:
308308
factory: Observable factory function to invoke for each observer

0 commit comments

Comments
 (0)