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

Commit

Permalink
src/sage/misc/dev_tools.py: Update doctest regarding import_statement…
Browse files Browse the repository at this point in the history
…s('log')
  • Loading branch information
Matthias Koeppe committed Oct 29, 2021
1 parent 796b48b commit 0f775a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/dev_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def import_statements(*objects, **kwds):
:trac:`23779`)::
sage: import_statements('log')
from sage.functions.log import log
from sage.misc.functional import log
.. NOTE::
Expand Down

0 comments on commit 0f775a2

Please sign in to comment.