Quickfix for linting in docstring

pull/22971/head
Thiago C. D'Ávila 5 years ago committed by GitHub
parent c56134deeb
commit 1531f09f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/compiler/python_generator.cc

@ -100,7 +100,7 @@ void PrivateGenerator::PrintAllComments(StringVector comments,
// of the generated code.
out->Print(
"\"\"\"Missing associated documentation comment in .proto "
"file\"\"\"\n");
"file.\"\"\"\n");
return;
}
out->Print("\"\"\"");

Loading…
Cancel
Save