From 6c2542150c335fd882b28fd2b9d9738e3dedda38 Mon Sep 17 00:00:00 2001 From: Lidi Zheng Date: Wed, 22 Apr 2020 17:03:39 -0700 Subject: [PATCH] Format the rst file --- doc/python/sphinx/glossary.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/python/sphinx/glossary.rst b/doc/python/sphinx/glossary.rst index 951eba728a3..8fdccd756f2 100644 --- a/doc/python/sphinx/glossary.rst +++ b/doc/python/sphinx/glossary.rst @@ -44,6 +44,6 @@ Glossary A list of key-value pairs to configure the underlying gRPC Core channel or server object. Channel arguments are meant for advanced usages. Full list channel arguments can be found under the "grpc_arg_keys" section of - "grpc_types.h" header file (|grpc_types_link|). For example, if you want to disable TCP port - reuse, you may construct channel arguments like: ``options = - (('grpc.so_reuseport', 0),)``. + "grpc_types.h" header file (|grpc_types_link|). For example, if you want to + disable TCP port reuse, you may construct channel arguments like: ``options + = (('grpc.so_reuseport', 0),)``.