Skip to content

Commit 98dcfe6

Browse files
michaelbausorlukesneeringer
authored andcommitted
Fix typo in client.py.j2 (#18)
1 parent 320db0f commit 98dcfe6

File tree

1 file changed

+1
-1
lines changed
  • packages/gapic-generator/gapic/templates/$namespace/$name_$version/$service

1 file changed

+1
-1
lines changed

packages/gapic-generator/gapic/templates/$namespace/$name_$version/$service/client.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class {{ service.name }}:
6767
should be retried.
6868
timeout (float): The timeout for this request.
6969
metadata (Sequence[Tuple[str, str]]): Strings which should be
70-
sent alont with the request as metadata.
70+
sent along with the request as metadata.
7171

7272
Returns:
7373
{{ method.output.sphinx_ident }}:

0 commit comments

Comments
 (0)