Skip to content

Commit 4e19fac

Browse files
committed
spell fix
1 parent 7993274 commit 4e19fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hyperexecute-python-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ If your pipeline fails with:
9090
9191
It means that the `requirements.txt` file might be missing or ignored in .gitignore.
9292

93-
**Solution :** Ensure the file exists in the project root. Remove or comment out any requirements.txt entry from .gitignore. For this issue, ther are no YAML change required — this is a file management fix. However, verify that the command below correctly references the existing file name.
93+
**Solution :** Ensure the file exists in the project root. Remove or comment out any requirements.txt entry from .gitignore. For this issue, there are no YAML change required — this is a file management fix. However, verify that the command below correctly references the existing file name.
9494

9595
```bash
9696
pip install -r requirements.txt --cache-dir CacheDir

0 commit comments

Comments
 (0)