Skip to content

Commit 6b494bb

Browse files
committed
Fix README to render on PyPI
1 parent 40c3470 commit 6b494bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ message sizes. The *sockets* benchmark uses ``loop.sock_recv()`` and
2727
``loop.sock_sendall()`` methods; the *streams* benchmark uses asyncio
2828
high-level streams, created by the ``asyncio.start_server()`` function;
2929
and the *protocol* benchmark uses ``loop.create_server()`` with a simple
30-
echo protocol. Read more about uvloop performance
31-
`here <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
30+
echo protocol. Read more about uvloop
31+
`performance <http://magic.io/blog/uvloop-blazing-fast-python-networking/>`_.
3232

3333

3434
Installation

0 commit comments

Comments
 (0)