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

Commit 0a76da7

Browse files
committed
12922: fix doctest
1 parent 9549976 commit 0a76da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/sageinspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1813,7 +1813,7 @@ def sage_getsourcelines(obj, is_binary=False):
18131813
' cpdef object pyobject(self):\n',
18141814
...)
18151815
sage: sage_getsourcelines(x)[0][-1] # last line
1816-
' return self / x\n'
1816+
' return S\n'
18171817
18181818
We show some enhancements provided by :trac:`11768`. First, we
18191819
use a dummy parent class that has defined an element class by a

0 commit comments

Comments
 (0)