aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Richard Belleville <rbellevi@google.com>2018-12-21 13:44:20 -0800
committerGravatar Richard Belleville <rbellevi@google.com>2018-12-27 13:50:30 -0800
commitdd4830eae80143f5b0a9a3a1a024af4cf60e7d02 (patch)
treeec787f9346772082c91b7ad1a8d14493e9968849 /doc
parentbae61a0f43db262d6170c53c0b77db04b0113ad1 (diff)
Make gRPC version string available as grpc.__version__
Diffstat (limited to 'doc')
-rw-r--r--doc/python/sphinx/grpc.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/python/sphinx/grpc.rst b/doc/python/sphinx/grpc.rst
index bd2df9596b..f534d25c63 100644
--- a/doc/python/sphinx/grpc.rst
+++ b/doc/python/sphinx/grpc.rst
@@ -19,6 +19,11 @@ Go to `gRPC Python Examples <https://github.com/grpc/grpc/tree/master/examples/p
Module Contents
---------------
+Version
+^^^^^^^
+
+The version string is available as :code:`grpc.__version__`.
+
Create Client
^^^^^^^^^^^^^