From 102c498653feb5b5c544cf49dc4abcd8c1a79e1c Mon Sep 17 00:00:00 2001 From: architkulkarni Date: Fri, 18 Sep 2020 10:29:21 -0700 Subject: [PATCH] [Doc] Fix RayServeHandle doc (#10896) --- python/ray/serve/handle.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/python/ray/serve/handle.py b/python/ray/serve/handle.py index 7943d7faa..cfc1fbfc3 100644 --- a/python/ray/serve/handle.py +++ b/python/ray/serve/handle.py @@ -52,12 +52,12 @@ class RayServeHandle: Returns: ray.ObjectRef - Input: + Args: request_data(dict, Any): If it's a dictionary, the data will be - available in ``request.json()`` or ``request.form()``. Otherwise, - it will be available in ``request.data``. + available in ``request.json()`` or ``request.form()``. + Otherwise, it will be available in ``request.data``. ``**kwargs``: All keyword arguments will be available in - ``request.args``. + ``request.args``. """ request_metadata = RequestMetadata( self.endpoint_name,