mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
This commit is contained in:
parent
4c47f4c11e
commit
4b823b1b98
1 changed files with 1 additions and 1 deletions
|
|
@ -1239,7 +1239,7 @@ class PythonGenerator : public BaseGenerator {
|
|||
auto& code = *code_ptr;
|
||||
|
||||
code += "\n";
|
||||
code += "def Create" + namer_.Type(struct_def);
|
||||
code += "def Create" + namer_.Function(struct_def);
|
||||
code += "(builder";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue