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/edit_module.py: Update doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 15, 2022
1 parent 01f9143 commit 9627219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/misc/edit_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def file_and_line(obj):
EXAMPLES::
sage: import sage.misc.edit_module as edit_module
sage: edit_module.file_and_line(sage)
('...sage/__init__.py', 0)
sage: edit_module.file_and_line(sage.cpython)
('...sage/cpython/__init__.py', 0)
The following tests against a bug that was fixed in :trac:`11298`::
Expand Down

0 comments on commit 9627219

Please sign in to comment.