Skip to content

Commit dd317a9

Browse files
committed
lint
1 parent 3e2834c commit dd317a9

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
@@ -319,7 +319,7 @@ def transcode(http_options, message=None, **request_kwargs):
319319
if message:
320320
# See above comment where gapic-generator-python appends
321321
# underscores to field names that are python reserved words.
322-
# If the message has an attribute with an underscore suffix,
322+
# If the message has an attribute with an underscore suffix,
323323
# use that instead.
324324
field_suffix = ""
325325
if hasattr(leftovers, body + "_"):

0 commit comments

Comments
 (0)