Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 8bb7e3a

Browse files
author
Matthias Koeppe
committed
src/sage/features/__init__.py: Relax doctest
1 parent 32ce831 commit 8bb7e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def absolute_path(self) -> str:
492492
493493
sage: from sage.features import Executable
494494
sage: Executable(name="sh", executable="sh").absolute_path()
495-
'/bin/sh'
495+
'/...bin/sh'
496496
497497
A :class:`FeatureNotPresentError` is raised if the file cannot be found::
498498

0 commit comments

Comments
 (0)