diff --git a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
index 07f38ccf1f6ec0b37c451f6bd33f7711c65403e1..5e1a1b66aac2bc98890678950d04c1c4e372421f 100644
--- a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
+++ b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
@@ -171,7 +171,7 @@ can deactivate the conda environment as follows:
 
 !!! hint
     We do not recommend to use conda environments together with easybuild modules due to
-    dependency conflicts. Nevertheless, if you need easybuild modules, consider installing conda
+    dependency conflicts. Nevertheless, if you need EasyBuild modules, consider installing conda
     packages via `conda install --no-deps [...]` to prevent conda from installing dependencies.
 
 ??? example