aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-08-30 08:25:57 -0700
committerGravatar GitHub <noreply@github.com>2016-08-30 08:25:57 -0700
commite5a17ec0aaacaf65dc038c3a9ce5d999b1267c62 (patch)
tree68fecebad88efe488bd458baa1abd0e3b36c81cf /src/python
parente1ec9fd347710a590cd79df4538e5f0f663c92e5 (diff)
parent7a6e30e61c29eeab8c9cae6577d92ff59c1f64f6 (diff)
Merge pull request #7806 from nathanielmanistaatgoogle/secure_channel-doc-string
Python grpc.secure_channel doc string correction
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio/grpc/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/grpc/__init__.py b/src/python/grpcio/grpc/__init__.py
index 513839df7d..1cbe93cddd 100644
--- a/src/python/grpcio/grpc/__init__.py
+++ b/src/python/grpcio/grpc/__init__.py
@@ -1193,7 +1193,7 @@ def insecure_channel(target, options=None):
def secure_channel(target, credentials, options=None):
- """Creates an insecure Channel to a server.
+ """Creates a secure Channel to a server.
Args:
target: The target to which to connect.