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

Commit 3e2834c

Browse files
committed
typo
1 parent eb3b50e commit 3e2834c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/path_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ def transcode(http_options, message=None, **request_kwargs):
318318
try:
319319
if message:
320320
# See above comment where gapic-generator-python appends
321-
# underscores to field names that are python reserved words
321+
# underscores to field names that are python reserved words.
322322
# If the message has an attribute with an underscore suffix,
323323
# use that instead.
324324
field_suffix = ""

0 commit comments

Comments
 (0)