We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98dcfe6 commit e097230Copy full SHA for e097230
packages/gapic-generator/gapic/templates/$namespace/$name_$version/$service/transports/http.py.j2
@@ -76,7 +76,7 @@ class {{ service.name }}HttpTransport({{ service.name }}Transport):
76
Args:
77
request (~.{{ method.input.python_ident }}):
78
The request object. {{- ' ' -}}
79
- {{ method.input.meta.doc|wrap(width=72, offset=36 indent=16) }}
+ {{ method.input.meta.doc|wrap(width=72, offset=36, indent=16) }}
80
metadata (Sequence[Tuple[str, str]]): Strings which should be
81
sent alont with the request as metadata.
82
0 commit comments