From 361c88ae9f2271fd8351eca87c94de49ce8c37f5 Mon Sep 17 00:00:00 2001 From: Daniel Schroeder Date: Wed, 5 Oct 2022 08:26:04 -0500 Subject: [PATCH] Update wording around removing a container (#15809) The original used "simple" instead of "simply". I edited the sentence a bit more to make it read clearer and removed that word altogether. --- language/python/run-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/python/run-containers.md b/language/python/run-containers.md index a594895984..2492529a42 100644 --- a/language/python/run-containers.md +++ b/language/python/run-containers.md @@ -151,7 +151,7 @@ ec45285c456d python-docker "python3 -m flask ru…" 31 minutes fb7a41809e5d python-docker "python3 -m flask ru…" 40 minutes ago Exited (0) 39 minutes ago goofy_khayyam ``` -To remove a container, simple run the `docker rm` command passing the container name. You can pass multiple container names to the command using a single command. Again, replace the container names in the following command with the container names from your system. +To remove a container, run the `docker rm` command with the container name. You can pass multiple container names to the command using a single command. Again, replace the container names in the following command with the container names from your system. ```console $ docker rm wonderful_kalam agitated_moser goofy_khayyam