From 8bb7e3a7dc75fa1f2eb37a1c939cc2bf1225a0ce Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 1 Mar 2022 21:19:09 -0800 Subject: [PATCH] src/sage/features/__init__.py: Relax doctest --- src/sage/features/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/features/__init__.py b/src/sage/features/__init__.py index 38257881b19..10d7d871b83 100644 --- a/src/sage/features/__init__.py +++ b/src/sage/features/__init__.py @@ -492,7 +492,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::