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/{abstract_method.py,lazy_attribute.pyx}: Update doctest…
Browse files Browse the repository at this point in the history
… output
  • Loading branch information
Matthias Koeppe committed May 28, 2022
1 parent ffcbc79 commit a5da84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sage/misc/abstract_method.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def _sage_src_lines_(self):
sage: src[0]
'def banner():\n'
sage: lines
81
89
"""
from sage.misc.sageinspect import sage_getsourcelines
return sage_getsourcelines(self._f)
Expand Down
2 changes: 1 addition & 1 deletion src/sage/misc/lazy_attribute.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ cdef class _lazy_attribute(object):
sage: src[0]
'def banner():\n'
sage: lines
81
89
"""
from sage.misc.sageinspect import sage_getsourcelines
return sage_getsourcelines(self.f)
Expand Down

0 comments on commit a5da84a

Please sign in to comment.