Skip to content

Commit 799c139

Browse files
authored
Fix RST syntax error in README. (#1451)
1 parent 53658c4 commit 799c139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ appropriately. The exception handler will take as arguments the exception
744744
itself, the pubsub object, and the worker thread returned by `run_in_thread`.
745745

746746
.. code-block:: pycon
747+
747748
>>> p.subscribe(**{'my-channel': my_handler})
748749
>>> def exception_handler(ex, pubsub, thread):
749750
>>> print(ex)

0 commit comments

Comments
 (0)