diff --git a/src/sage/features/__init__.py b/src/sage/features/__init__.py index 4f9e86a9bcb..83743ce2bed 100644 --- a/src/sage/features/__init__.py +++ b/src/sage/features/__init__.py @@ -497,7 +497,7 @@ def absolute_path(self) -> str: sage: from sage.features import Executable sage: Executable(name="sh", executable="sh").absolute_path() - '/bin/sh' + '/...bin/sh' A :class:`FeatureNotPresentError` is raised if the file cannot be found::