Skip to content

Commit f37fc99

Browse files
authored
Fix typo in Python installation requirement
1 parent 3bd879c commit f37fc99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ chpl -M <ChAI>/lib -sEnv.maxNeededRank=15 my_program.chpl
104104

105105
# Current Status
106106

107-
Currently, you need to have a working installation of CMake, PyThon, and Chapel to use ChAI.
107+
Currently, you need to have a working installation of CMake, Python, and Chapel to use ChAI.
108108

109109
## General build instructions
110110

@@ -183,4 +183,4 @@ For 'images/frog.jpg' the top 5 predictions are:
183183
2: label=leafhopper; confidence=4.5%
184184
3: label=leaf beetle, chrysomelid; confidence=1.9%
185185
4: label=weevil; confidence=1.5%
186-
```
186+
```

0 commit comments

Comments
 (0)