# HG changeset patch
# User Keshav Kini <keshav.kini@gmail.com>
# Date 1364005890 25200
# Node ID 96b55269c018aa8ebeed0672671a31e5ab7e9267
# Parent 5ede04e6bce52102dca9323a193a09257b1dc027
Doctest installed packages more loosely
diff --git a/sage/misc/package.py b/sage/misc/package.py
a
|
b
|
|
117 | 117 | With no arguments, list the installed packages:: |
118 | 118 | |
119 | 119 | sage: install_package() |
120 | | ['atlas...', 'blas...', ...] |
| 120 | [...'atlas...'python...] |
121 | 121 | |
122 | 122 | With an argument, install the named package:: |
123 | 123 | |