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

Commit

Permalink
FileFeature.absolute_filename: Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 5, 2022
1 parent d631a03 commit e9568e9
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 @@ -469,7 +469,7 @@ def _is_present(self):

def absolute_filename(self) -> str:
r"""
The absolute path of the executable as a string.
The absolute path of the file as a string.
Concrete subclasses must override this abstract method.
Expand Down

0 comments on commit e9568e9

Please sign in to comment.