Skip to content

Commit d2bee8e

Browse files
author
Matthias Koeppe
committed
src/sage/misc/package.py: Make comment more specific
1 parent a177ef2 commit d2bee8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def pip_installed_packages(normalization=None):
183183
True
184184
sage: 'beautifulsoup4' in d # needs beautifulsoup4
185185
True
186-
sage: 'prompt-toolkit' in d or 'prompt_toolkit' in d # whether - or _ appears in the name depends on tool versions
186+
sage: 'prompt-toolkit' in d or 'prompt_toolkit' in d # whether - or _ appears in the name depends on the setuptools version used for building the package
187187
True
188188
sage: d = pip_installed_packages(normalization='spkg')
189189
sage: d['prompt_toolkit']

0 commit comments

Comments
 (0)