Skip to content

Commit

Permalink
src/sage/misc/package.py: Make comment more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Apr 25, 2024
1 parent a177ef2 commit d2bee8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def pip_installed_packages(normalization=None):
True
sage: 'beautifulsoup4' in d # needs beautifulsoup4
True
sage: 'prompt-toolkit' in d or 'prompt_toolkit' in d # whether - or _ appears in the name depends on tool versions
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
True
sage: d = pip_installed_packages(normalization='spkg')
sage: d['prompt_toolkit']
Expand Down

0 comments on commit d2bee8e

Please sign in to comment.