Skip to content

Commit

Permalink
Updating docstring on make_stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Nov 26, 2015
1 parent 185ec56 commit d8aeda5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gcloud_bigtable/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,7 @@ def make_stub(client, stub_factory, host, port):
:param port: The port for the service.
:rtype: :class:`grpc.beta._stub._AutoIntermediary`
:returns: The stub object used to make gRPC requests to the
Data API.
:returns: The stub object used to make gRPC requests to a given API.
"""
root_certificates = get_certs()
client_credentials = implementations.ssl_client_credentials(
Expand Down

0 comments on commit d8aeda5

Please sign in to comment.