From e56fa264b64c0dcc1e6f76adc99b2e3ca524b132 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Mon, 17 Aug 2020 11:37:21 -0700 Subject: [PATCH] Period --- examples/python/no_codegen/greeter_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/no_codegen/greeter_client.py b/examples/python/no_codegen/greeter_client.py index 151f56a3a46..7ee2c2722c1 100644 --- a/examples/python/no_codegen/greeter_client.py +++ b/examples/python/no_codegen/greeter_client.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""Hello World without using protoc +"""Hello World without using protoc. This example parses message and service schemas directly from a .proto file on the filesystem.