Skip to content

Commit 38a2c54

Browse files
committed
address review
1 parent f050a06 commit 38a2c54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/tutorials/parallelization/SIMWE_parallelization.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,14 @@ and [Get started with GRASS in Google Colab](../get_started/grass_gis_in_google_
7474

7575
Start with importing Python packages.
7676
To import the _grass_ package, you need to tell Python where the GRASS Python package is
77-
(can be skipped for some environment).
77+
(can be skipped for some environments).
7878

7979
```{python}
8080
# import standard Python packages
8181
import os
8282
import sys
8383
import subprocess
8484
85-
# check where GRASS Python packages are and add them to path
8685
sys.path.append(
8786
subprocess.check_output(["grass", "--config", "python_path"], text=True).strip()
8887
)

0 commit comments

Comments
 (0)