Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
sage.misc.lazy_import: Add some more '...' to doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Dec 13, 2020
1 parent 81a655e commit 17c4cdb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/sage/misc/lazy_import.pyx
Expand Up @@ -1073,9 +1073,8 @@ def lazy_import(module, names, as_=None, *,
sage: not_there
Failed lazy import:
foo is not available.
Importing not_there failed: No module named 'foo'
No equivalent system packages for ... are known to Sage.
...
Importing not_there failed: No module named 'foo'...
No equivalent system packages for ... are known to Sage...
"""
if as_ is None:
as_ = names
Expand Down

0 comments on commit 17c4cdb

Please sign in to comment.