Skip to content

Commit

Permalink
Adjust examples documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb committed Sep 14, 2016
1 parent 6dad231 commit 7b403e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ protocols.
Requests
========

Uses the `Requests <http://docs.python-requests.org/>`__ library.
`HTTPClient` uses the `Requests <http://docs.python-requests.org/>`__ library.

::

Expand All @@ -29,8 +29,8 @@ Uses the `Requests <http://docs.python-requests.org/>`__ library.
Tornado
=======

`Tornado <http://www.tornadoweb.org/>`__ users can send an asynchronous
request.
`TornadoClient` uses `Tornado <http://www.tornadoweb.org/>`__ to send an
asynchronous request.

::

Expand Down Expand Up @@ -66,7 +66,7 @@ See `blog post <https://bcb.github.io/jsonrpc/tornado>`__.
ZeroMQ
======

Uses `pyzmq <https://pyzmq.readthedocs.io/>`__.
`ZMQClient` uses `pyzmq <https://pyzmq.readthedocs.io/>`__.

::

Expand Down

0 comments on commit 7b403e7

Please sign in to comment.