aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2016-02-08 14:40:27 -0800
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2016-02-08 14:40:27 -0800
commit842122675b43b433653ad02073d1bb9c44872d21 (patch)
tree95841d3d71a3437134cc1c4fd0d683e244438ec9
parent42b7b3056ab433aa4066f1d045b0c3102205b3d9 (diff)
parent064d37d380c54d256ee3600c50498ced48df6587 (diff)
Merge pull request #5127 from soltanmm/fuu
Fix GCS URL for Python
-rw-r--r--src/python/grpcio/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py
index 31bd00e94e..5de631922a 100644
--- a/src/python/grpcio/commands.py
+++ b/src/python/grpcio/commands.py
@@ -54,7 +54,7 @@ PYTHON_STEM = os.path.dirname(os.path.abspath(__file__))
BINARIES_REPOSITORY = os.environ.get(
'GRPC_PYTHON_BINARIES_REPOSITORY',
- 'https://storage.googleapis.com/grpc-precompiled-binaries/python/')
+ 'https://storage.googleapis.com/grpc-precompiled-binaries/python')
CONF_PY_ADDENDUM = """
extensions.append('sphinx.ext.napoleon')