aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/README.rst
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-03-18 09:10:35 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-03-18 09:10:35 -0700
commit3a0be4642f9741bd79e027c8f093ae93d0c0d8d5 (patch)
treeb9796b566343194ca3c1e587cf81b51eacb12772 /src/python/grpcio/README.rst
parentffa38f9671dacdfbcca8f874048c390fb27a2e64 (diff)
review comments
Diffstat (limited to 'src/python/grpcio/README.rst')
-rw-r--r--src/python/grpcio/README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/grpcio/README.rst b/src/python/grpcio/README.rst
index 0bb3e0dea1..33a462b66f 100644
--- a/src/python/grpcio/README.rst
+++ b/src/python/grpcio/README.rst
@@ -50,7 +50,7 @@ Troubleshooting
Help, I ...
* **... see a** :code:`pkg_resources.VersionConflict` **when I try to install
- grpc:**
+ grpc**
This is likely because :code:`pip` doesn't own the offending dependency,
which in turn is likely because your operating system's package manager owns
@@ -75,7 +75,7 @@ Help, I ...
sudo pip install --ignore-installed six
-* **see the following error on some platforms**
+* **... see the following error on some platforms**
::