Commit 53ef4514 authored by Denis Bilenko's avatar Denis Bilenko

remove an empty line from docstring that causes sphinx to render weird html formatting

parent acaaac89
......@@ -32,7 +32,6 @@ local to a greenlet. If we access the data in a different greenlet:
... log.append(items)
... mydata.number = 11
... log.append(mydata.number)
>>> greenlet = gevent.spawn(f)
>>> greenlet.join()
>>> log
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment