Browse Source

Fix typo on py_proto_library

Leo 5 years ago
parent
commit
12236c6977
1 changed files with 1 additions and 1 deletions
  1. 1 1
      protobuf.bzl

+ 1 - 1
protobuf.bzl

@@ -432,7 +432,7 @@ def py_proto_library(
       protoc: the label of the protocol compiler to generate the sources.
       protoc: the label of the protocol compiler to generate the sources.
       use_grpc_plugin: a flag to indicate whether to call the Python C++ plugin
       use_grpc_plugin: a flag to indicate whether to call the Python C++ plugin
           when processing the proto files.
           when processing the proto files.
-      **kargs: other keyword arguments that are passed to cc_library.
+      **kargs: other keyword arguments that are passed to py_library.
 
 
     """
     """
     outs = _PyOuts(srcs, use_grpc_plugin)
     outs = _PyOuts(srcs, use_grpc_plugin)