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

Commit adae26d

Browse files
committed
added extra quotes
1 parent 0e949ae commit adae26d

File tree

1 file changed

+1
-1
lines changed
  • gapic/templates/%namespace/%name_%version/%sub/services/%service/transports

1 file changed

+1
-1
lines changed

gapic/templates/%namespace/%name_%version/%sub/services/%service/transports/README.rst.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ _______________________________
77
- public child ``{{ service.name }}GrpcTransport`` for sync gRPC transport (defined in ``grpc.py``).
88
- public child ``{{ service.name }}GrpcAsyncIOTransport`` for async gRPC transport (defined in ``grpc_asyncio.py``).
99
- private child ``_Base{{ service.name }}RestTransport`` for base REST transport with inner classes ``_BaseMETHOD`` (defined in ``rest_base.py``).
10-
- public child ``{{ service.name }}RestTransport`` for sync REST transport with inner classes `METHOD` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
10+
- public child ``{{ service.name }}RestTransport`` for sync REST transport with inner classes ``METHOD`` derived from the parent's corresponding ``_BaseMETHOD`` classes (defined in ``rest.py``).
1111
{# Since the service mixins have a similar structure, we factor out shared code into ``_shared_macros.j2`` to avoid duplication. #}

0 commit comments

Comments
 (0)