Skip to content

Commit 8808a43

Browse files
committed
Adjust docstring
1 parent e9c2da2 commit 8808a43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jsonrpcserver/dispatcher.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ def dispatch_request(
173173
) -> Tuple[Request, Result[SuccessResult, ErrorResult]]:
174174
"""Get the method, validates the arguments and calls the method.
175175
176-
Returns: A tuple containing the Result of the method, along with the original
177-
Request. We need the ids from the original request to remove notifications
178-
before responding, and create a Response.
176+
Returns: A tuple containing the original Request, and the Result of the method call.
177+
We need the ids from the original request to remove notifications before
178+
responding, and create a Response.
179179
"""
180180
return (
181181
request,

0 commit comments

Comments
 (0)