Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb committed Sep 28, 2016
1 parent 5cdaed4 commit 396b94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonrpcclient/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __str__(self):


class Request(Notification):
#:pylint:disable=line-too-long
#pylint:disable=line-too-long
"""Create a JSON-RPC `request object
<http://www.jsonrpc.org/specification#request_object>`_.
Expand All @@ -117,7 +117,7 @@ class Request(Notification):
to force the ``id`` to use.
:returns: The JSON-RPC request in dictionary form.
"""
#:pylint:enable=line-too-long
#pylint:enable=line-too-long

id_iterator = None

Expand Down

0 comments on commit 396b94e

Please sign in to comment.