Skip to content

Commit af3bacc

Browse files
committed
Improve class docstring
1 parent 01f0d7a commit af3bacc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

typedb/localstack_typedb/utils/docker.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
class ProxiedDockerContainerExtension(Extension, ProxyRequestMatcher):
3131
"""
32-
Utility class to create a LocalStack Extension backed by a Docker container that exposes a service
33-
on a network port (or several ports), with requests being proxied through the LocalStack gateway.
32+
Utility class to create a LocalStack Extension which runs a Docker container that exposes a service
33+
on one or more ports, with requests being proxied to that container through the LocalStack gateway.
3434
3535
Requests may potentially use HTTP2 with binary content as the protocol (e.g., gRPC over HTTP2).
3636
To ensure proper routing of requests, subclasses can define the `http2_ports`.

0 commit comments

Comments
 (0)