From bc6c246855f8ba1d2b242f5dfe3a74f3f9837ce2 Mon Sep 17 00:00:00 2001
From: "Peter J. Keleher" <keleher@cs.umd.edu>
Date: Tue, 21 Nov 2023 21:50:18 -0500
Subject: [PATCH] auto

---
 assign9.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assign9.md b/assign9.md
index 43ae542..c4533c1 100644
--- a/assign9.md
+++ b/assign9.md
@@ -61,7 +61,7 @@ Steps:
     outside in the shell of your host machine are reflected on the
     other side.
   - The container will shut down as soon as you exit the shell.
-  - Get rid of exited containers via `docker container prune -f`.
+  - Clean exited containers via `docker container prune -f`.
   - Ignore the version of spark in the distro.
   
 ## Spark and Python
-- 
GitLab