diff --git a/src/compiler/python_generator.cc b/src/compiler/python_generator.cc index 2312c04b124..36318a3c031 100644 --- a/src/compiler/python_generator.cc +++ b/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("\"\"\"");