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