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 22bb61a commit 5cdaed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonrpcclient/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class Notification(with_metaclass(_RequestClassType, dict)):
:param kwargs: Keyword arguments.
:returns: The JSON-RPC request in dictionary form.
"""
#:pylint:enable=line-too-long
#pylint:enable=line-too-long

def __init__(self, method, *args, **kwargs):
# Start the basic request
Expand Down

0 comments on commit 5cdaed4

Please sign in to comment.