Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github/bcb/jsonrpcclient
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb committed Sep 19, 2016
2 parents baf21c4 + caa0e71 commit d377755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Requests

::

$ pip install jsonrpcclient requests
$ pip install 'jsonrpcclient[requests]'

::

Expand All @@ -34,7 +34,7 @@ asynchronous request.

::

$ pip install jsonrpcclient tornado
$ pip install 'jsonrpcclient[tornado]'

::

Expand Down Expand Up @@ -70,7 +70,7 @@ ZeroMQ server.

::

$ pip install jsonrpcclient pyzmq
$ pip install 'jsonrpcclient[pyzmq]'

::

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Send `JSON-RPC <http://www.jsonrpc.org/>`__ requests in Python 2.7 and 3.3+.

.. sourcecode:: sh

$ pip install jsonrpcclient requests
$ pip install 'jsonrpcclient[requests]'

.. sourcecode:: python

Expand Down

0 comments on commit d377755

Please sign in to comment.