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

Commit

Permalink
src/sage/features/__init__.py: Relax doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 2, 2022
1 parent 32ce831 commit 8bb7e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/features/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 8bb7e3a

Please sign in to comment.