File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -605,7 +605,7 @@ class FileFeature(Feature):
605605 To work with the file described by the feature, use the method :meth:`absolute_filename`.
606606 A :class:`FeatureNotPresentError` is raised if the file cannot be found::
607607
608- sage: Executable(name="does-not-exist", executable="does-not-exist-xxxxyxyyxyy").absolute_path ()
608+ sage: Executable(name="does-not-exist", executable="does-not-exist-xxxxyxyyxyy").absolute_filename ()
609609 Traceback (most recent call last):
610610 ...
611611 sage.features.FeatureNotPresentError: does-not-exist is not available.
@@ -737,7 +737,7 @@ def absolute_filename(self) -> str:
737737
738738 A :class:`FeatureNotPresentError` is raised if the file cannot be found::
739739
740- sage: Executable(name="does-not-exist", executable="does-not-exist-xxxxyxyyxyy").absolute_path ()
740+ sage: Executable(name="does-not-exist", executable="does-not-exist-xxxxyxyyxyy").absolute_filename ()
741741 Traceback (most recent call last):
742742 ...
743743 sage.features.FeatureNotPresentError: does-not-exist is not available.
You can’t perform that action at this time.
0 commit comments