From c7d6d1abc3139ccfa1e14e28bc0c9e9d7702ee30 Mon Sep 17 00:00:00 2001 From: ptufts <548352+ptufts@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:56:06 -0700 Subject: [PATCH] Fix typo in README.md: imamge -> image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abca25c..72a97ee 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a tutorial introducing parallel programming concepts and their implement ## Modules and tools - Language: Python 3.8 -- Modules: `pandas`, `numpy`, `multiprocessing`, `PIL` (for imamge processing), `mpi4py`, `matplotlib`, `cupy` (for GPU parallelism) +- Modules: `pandas`, `numpy`, `multiprocessing`, `PIL` (for image processing), `mpi4py`, `matplotlib`, `cupy` (for GPU parallelism) - Jupyter notebook