Fix more grammar issues

This commit is contained in:
Ayaz Salikhov
2023-11-19 12:16:19 +01:00
parent d03229331a
commit d8c60bc42c
38 changed files with 85 additions and 88 deletions

View File

@@ -19,7 +19,7 @@ def test_cython(container: TrackedContainer) -> None:
"start.sh",
"bash",
"-c",
# We copy our data to temporary folder to be able to modify the directory
# We copy our data to a temporary folder to be able to modify the directory
f"cp -r {cont_data_dir}/ /tmp/test/ && cd /tmp/test && python3 setup.py build_ext",
],
)