summaryrefslogtreecommitdiff
path: root/oslo/messaging/rpc/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo/messaging/rpc/server.py')
-rw-r--r--oslo/messaging/rpc/server.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/oslo/messaging/rpc/server.py b/oslo/messaging/rpc/server.py
index 8c86ce4..690b03d 100644
--- a/oslo/messaging/rpc/server.py
+++ b/oslo/messaging/rpc/server.py
@@ -86,7 +86,8 @@ supplied by the client.
Parameters to the method invocation are primitive types and so must be the
return values from the methods. By supplying a serializer object, a server can
-deserialize arguments from - serialize return values to - primitive types.
+deserialize a request context and arguments from - and serialize return values
+to - primitive types.
"""
__all__ = [