Skip to content

Commit fd8a32d

Browse files
author
Matthias Koeppe
committed
Terminology change
1 parent 1fcdde3 commit fd8a32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/features/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def __init__(self, name, spkg=None, url=None, description=None, type='optional')
160160

161161
try:
162162
from sage.misc.package import spkg_type
163-
except ImportError: # may be butchered in a downstream distribution
163+
except ImportError: # may have been surgically removed in a downstream distribution
164164
pass
165165
else:
166166
if spkg and (t := spkg_type(spkg)) not in (type, None):

0 commit comments

Comments
 (0)