We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0116cce commit 8dbb33bCopy full SHA for 8dbb33b
pybind11_protobuf/proto_cast_util.cc
@@ -483,7 +483,7 @@ class PythonDescriptorPoolWrapper {
483
try {
484
auto descriptor = pool_.attr("FindMessageTypeByName")(containing_type);
485
auto file =
486
- pool_.attr("FindExtensionByNymber")(descriptor, field_number)
+ pool_.attr("FindExtensionByNumber")(descriptor, field_number)
487
.attr("file");
488
return CopyToFileDescriptorProto(file, output);
489
} catch (py::error_already_set& e) {
0 commit comments