From 1531f09f6af22e194954d58a270e2cc42543befa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20C=2E=20D=27=C3=81vila?= Date: Sat, 16 May 2020 06:18:09 -0300 Subject: [PATCH] Quickfix for linting in docstring --- src/compiler/python_generator.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("\"\"\"");