diff --git a/umu/umu_consts.py b/umu/umu_consts.py index e252fc160..ba54164a6 100644 --- a/umu/umu_consts.py +++ b/umu/umu_consts.py @@ -45,6 +45,6 @@ class Color(Enum): if os.environ.get("container") == "flatpak" # noqa: SIM112 else Path.home().joinpath(".local", "share", "umu") ) -# Constants defined in prctl.h +# Constant defined in prctl.h # See prctl(2) for more details PR_SET_CHILD_SUBREAPER = 36