Skip to content

Commit

Permalink
Merge pull request grpc#5127 from soltanmm/fuu
Browse files Browse the repository at this point in the history
Fix GCS URL for Python
  • Loading branch information
soltanmm committed Feb 8, 2016
2 parents 42b7b30 + 064d37d commit 8421226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/grpcio/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

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')
Expand Down

0 comments on commit 8421226

Please sign in to comment.