Skip to content
This repository was archived by the owner on Feb 23, 2026. It is now read-only.

Commit 1c56894

Browse files
committed
clarify comment
1 parent e377892 commit 1c56894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/api_core/path_template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def transcode(http_options, message=None, **request_kwargs):
298298
# Assign body and query params
299299
body = http_option.get("body")
300300

301-
# gapic-generator-python appends underscores to field names
301+
# gapic-generator-python appends an underscore to field names
302302
# that collide with python keywords.
303303
# `_` is stripped away as it is not possible to
304304
# natively define a field with a trailing underscore in protobuf.
@@ -317,7 +317,7 @@ def transcode(http_options, message=None, **request_kwargs):
317317
else:
318318
try:
319319
if message:
320-
# gapic-generator-python appends underscores to field names
320+
# gapic-generator-python append an underscores to field names
321321
# that collide with python keywords.
322322
# `_` is stripped away as it is not possible to
323323
# natively define a field with a trailing underscore in protobuf.

0 commit comments

Comments
 (0)