Skip to content

Commit

Permalink
Merge branch 'master' into j0_update_notebook_part_two
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Oct 10, 2022
2 parents 0d0e099 + 624260a commit 446a0eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ It is also possible to create an operator that is not a composition of other
operators. This allows to fully control the subscription logic and items
emissions:

.. code:: python
.. code:: python
import reactivex
Expand All @@ -195,7 +195,7 @@ emissions:
on_next,
observer.on_error,
observer.on_completed,
scheduler)
scheduler=scheduler)
return reactivex.create(subscribe)
return _lowercase
Expand Down

0 comments on commit 446a0eb

Please sign in to comment.