Explorar o código

Python grpc.secure_channel doc string correction

Nathaniel Manista %!s(int64=9) %!d(string=hai) anos
pai
achega
7a6e30e61c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/python/grpcio/grpc/__init__.py

+ 1 - 1
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.