We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db11f2 commit 763b48fCopy full SHA for 763b48f
docs/pipesfilters.md
@@ -381,10 +381,10 @@ The variables can both be used in scripts and on the command line. Usually you r
381
- **$OMP_NUM_THREADS** Number of OpenMP threads
382
- **$PYTHONPATH** Path to the directory where your Python libraries and packages are installed
383
384
-!!! Note "To see the content of an environment variable named ENVIRONMENT-VARIABLE"
+!!! Note "To see the content of an environment variable named ENVIRONMENT_VARIABLE"
385
386
```bash
387
- echo $ENVIRONMENT-VARIABLE
+ echo $ENVIRONMENT_VARIABLE
388
```
389
390
!!! Tip
0 commit comments