Skip to content

Commit e097230

Browse files
Fix http.py.j2 typo. (#19)
Template testing sorely needed. :-)
1 parent 98dcfe6 commit e097230

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class {{ service.name }}HttpTransport({{ service.name }}Transport):
7676
Args:
7777
request (~.{{ method.input.python_ident }}):
7878
The request object. {{- ' ' -}}
79-
{{ method.input.meta.doc|wrap(width=72, offset=36 indent=16) }}
79+
{{ method.input.meta.doc|wrap(width=72, offset=36, indent=16) }}
8080
metadata (Sequence[Tuple[str, str]]): Strings which should be
8181
sent alont with the request as metadata.
8282

0 commit comments

Comments
 (0)