From f37fc995bd68d2d428a05f46f1733f27a29fb996 Mon Sep 17 00:00:00 2001 From: Vladimir <64227274+vovavili@users.noreply.github.com> Date: Fri, 15 May 2026 00:52:55 +0200 Subject: [PATCH] Fix typo in Python installation requirement --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfbf3764..0195e1c2 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ $ chpl -M /lib -sEnv.maxNeededRank=15 my_program.chpl # Current Status -Currently, you need to have a working installation of CMake, PyThon, and Chapel to use ChAI. +Currently, you need to have a working installation of CMake, Python, and Chapel to use ChAI. ## General build instructions @@ -183,4 +183,4 @@ For 'images/frog.jpg' the top 5 predictions are: 2: label=leafhopper; confidence=4.5% 3: label=leaf beetle, chrysomelid; confidence=1.9% 4: label=weevil; confidence=1.5% -``` \ No newline at end of file +```