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

Commit 0118aaf

Browse files
committed
fixed typo
1 parent 75748ee commit 0118aaf

File tree

1 file changed

+1
-1
lines changed
  • gapic/ads-templates/%namespace/%name/%version/%sub/services/%service

1 file changed

+1
-1
lines changed

gapic/ads-templates/%namespace/%name/%version/%sub/services/%service/client.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
108108
Args:
109109
api_endpoint (Optional[str]): the api endpoint to convert.
110110
Returns:
111-
Optikonal[str]: converted mTLS api endpoint.
111+
Optional[str]: converted mTLS api endpoint.
112112
"""
113113
if not api_endpoint:
114114
return api_endpoint

0 commit comments

Comments
 (0)