Skip to content

Commit 819967a

Browse files
author
Matthias Koeppe
committed
src/sage/misc/package.py: Restore lost '# random'
1 parent 6bda343 commit 819967a

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
@@ -543,7 +543,7 @@ def package_versions(package_type, local=False):
543543
sage: std = package_versions('standard', local=True)
544544
sage: 'gap' in std
545545
True
546-
sage: std['zlib']
546+
sage: std['zlib'] # random
547547
('1.2.11.p0', '1.2.11.p0')
548548
"""
549549
return {pkg.name: (pkg.installed_version, pkg.remote_version) for pkg in list_packages(package_type, local=local).values()}

0 commit comments

Comments
 (0)