Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Aug 9, 2020
1 parent b12dc8e commit c142cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rx/__init__.py
Expand Up @@ -1090,10 +1090,10 @@ def zip(*args: Observable) -> Observable:
.. marble::
:alt: zip
--1--2---3-----4--|
--1--2---3-----4---|
-a----b----c-d-----|
[ zip() ]
--1,a-2,b--3,c-4,d|
--1,a-2,b--3,c-4,d-|
Example:
>>> res = rx.zip(obs1, obs2)
Expand Down

0 comments on commit c142cb1

Please sign in to comment.