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 5e1a1b66aac2bc98890678950d04c1c4e372421f..a999c5596693a25c90bfd74c108551001c2294e8 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
@@ -170,7 +170,7 @@ can deactivate the conda environment as follows:
     in your job allocation.
 
 !!! hint
-    We do not recommend to use conda environments together with easybuild modules due to
+    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
     packages via `conda install --no-deps [...]` to prevent conda from installing dependencies.