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/sageinspect.py: Update doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Jul 15, 2022
1 parent 9627219 commit e884c9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sage/misc/sageinspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -2599,7 +2599,8 @@ def __internal_tests():
sage: sage_getdoc(None)
''
sage: sage_getsource(sage)
sage: import sage.all__sagemath_objects
sage: sage_getsource(sage.all__sagemath_objects)
'...all...'
A cython function with default arguments (one of which is a string)::
Expand Down

0 comments on commit e884c9e

Please sign in to comment.