Skip to content

Commit 2ca0716

Browse files
committed
Fix incorrect code block rendering
1 parent 354bc31 commit 2ca0716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sage/misc/cachefunc.pyx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,6 +2566,8 @@ cdef class CachedMethod():
25662566
Note, however, that accessing the attribute directly will call :meth:`__get__`,
25672567
and returns a :class:`CachedMethodCaller` or :class:`CachedMethodCallerNoArgs`.
25682568
2569+
::
2570+
25692571
sage: P.<a,b,c,d> = QQ[]
25702572
sage: I = P*[a,b]
25712573
sage: type(I.__class__.gens)

0 commit comments

Comments
 (0)