diff --git a/containers/python-3-miniconda/.devcontainer/noop.txt b/containers/python-3-miniconda/.devcontainer/noop.txt index dde8dc3c10..82122ed266 100644 --- a/containers/python-3-miniconda/.devcontainer/noop.txt +++ b/containers/python-3-miniconda/.devcontainer/noop.txt @@ -1,3 +1,3 @@ -This file copied into the container along with environment.yml* from the parent -folder. This file is included to prevents the Dockerfile COPY instruction from -failing if no environment.yml is found. \ No newline at end of file +This file is copied into the container along with environment.yml* from the +parent folder. This is done to prevent the Dockerfile COPY instruction from +failing if no environment.yml is found.