diff options
author | heretic <[email protected]> | 2022-03-25 12:34:53 +0300 |
---|---|---|
committer | heretic <[email protected]> | 2022-03-25 12:34:53 +0300 |
commit | a41f3739eed6fceb6f62056a7620d220958a47e7 (patch) | |
tree | 278103258b510cb4a96761ea79d6ccd397ca05a0 /contrib/libs/grpc/src/compiler/python_generator_helpers.h | |
parent | 73d3613a82e5c217fcbe0ab8bbf8120c1ed1af55 (diff) |
Update grpc to 1.43.2 DTCC-864
ref:50a492c335cda70f458797cf945e49fe739c2715
Diffstat (limited to 'contrib/libs/grpc/src/compiler/python_generator_helpers.h')
-rw-r--r-- | contrib/libs/grpc/src/compiler/python_generator_helpers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/grpc/src/compiler/python_generator_helpers.h b/contrib/libs/grpc/src/compiler/python_generator_helpers.h index b68ef915ef1..9138add02bf 100644 --- a/contrib/libs/grpc/src/compiler/python_generator_helpers.h +++ b/contrib/libs/grpc/src/compiler/python_generator_helpers.h @@ -61,7 +61,7 @@ static TString StripModulePrefixes( return raw_module_name; } -// TODO(https://github.com/google/protobuf/issues/888): +// TODO(https://github.com/protocolbuffers/protobuf/issues/888): // Export `ModuleName` from protobuf's // `src/google/protobuf/compiler/python/python_generator.cc` file. TString ModuleName(const TString& filename, @@ -74,7 +74,7 @@ TString ModuleName(const TString& filename, prefixes_to_filter); } -// TODO(https://github.com/google/protobuf/issues/888): +// TODO(https://github.com/protocolbuffers/protobuf/issues/888): // Export `ModuleAlias` from protobuf's // `src/google/protobuf/compiler/python/python_generator.cc` file. TString ModuleAlias(const TString& filename, |