diff --git a/docs.it4i/software/lmod.md b/docs.it4i/software/lmod.md index 9198bc6b817bed122ce4cd666d7c58ec083ae99e..28a4041640acc375d28fec8fd3e58a21b46cbcb5 100644 --- a/docs.it4i/software/lmod.md +++ b/docs.it4i/software/lmod.md @@ -236,7 +236,7 @@ For example, once you have loaded one or more modules that were installed with t In addition, only **one single version** of each software package can be loaded at a particular time. For example, once you have the Python/3.5.2-intel-2017.00 module loaded, you can not load a different version of Python in the same session/job script, neither directly, nor indirectly as a dependency of another module you want to load. -Unloading modules: ml -modname(s) +### Unloading modules: ml -modname(s To revert the changes to the environment that were made by a particular module, you can use ml -<modname>. For example: