Fix language. Mostly spelling a -> an

Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
This commit is contained in:
Erik Sjölund
2022-11-19 16:45:36 +01:00
parent cea9340242
commit a1b32866cc
22 changed files with 26 additions and 26 deletions

View File

@ -14,7 +14,7 @@ from test.python.docker.compat import constant
def run_top_container(client: DockerClient):
"""Run top command in a alpine container."""
"""Run top command in an alpine container."""
ctnr = client.containers.create(
constant.ALPINE,
command="top",