diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-26 15:07:09 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-26 15:07:09 -0700 |
commit | 737da9fdeaadb40266df6dc7614014022296e5b1 (patch) | |
tree | e098d40cf54d6a7681a907b5f652593161010e2d /src/python | |
parent | 6f2024f4eca994ba18f47502d1cebf5d4616256d (diff) | |
parent | 436a3942963117a4751428afeb6f9952a720ce1a (diff) |
Merge github.com:grpc/grpc into c++lame
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/grpcio/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/README.rst b/src/python/grpcio/README.rst index 3fc318539e..28a2714568 100644 --- a/src/python/grpcio/README.rst +++ b/src/python/grpcio/README.rst @@ -6,7 +6,7 @@ Package for gRPC Python. Installation ------------ -gRPC Python is available for Linux, Mac OS X, and Windows running Python 2.7. +gRPC Python is available for Linux, macOS, and Windows. From PyPI ~~~~~~~~~ |