diff --git a/mpsd-software-environment.py b/mpsd-software-environment.py
index 73cce3879863fa94b54aa6bd9d999be432c37ac2..8db833a2128ced6c9f328065e11e510af4e7cf90 100755
--- a/mpsd-software-environment.py
+++ b/mpsd-software-environment.py
@@ -173,8 +173,8 @@ def get_release_info(mpsd_release: str, script_dir: Path) -> Tuple[str, str, Lis
       toolchains for the release.
 
     Raises:
-    - FileNotFoundError: If the release directory does not exist. Run `create_dir_structure()`
-      first.
+    - FileNotFoundError: If the release directory does not exist. Run
+      `create_dir_structure()` first.
     """
     # Get the info for release
     release_base_dir = script_dir / mpsd_release