Skip to content

Commit 6efb63e

Browse files
author
Matthias Koeppe
committed
src/sage/structure/element.pyx: Fix placement of # optional tag
1 parent b88eb84 commit 6efb63e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/structure/element.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,8 @@ cdef class Element(SageObject):
11371137
We now create an ``Element`` class where we define ``_richcmp_``
11381138
and check that comparison works::
11391139
1140-
sage: cython(''' # optional - sage.misc.cython
1140+
sage: cython( # optional - sage.misc.cython
1141+
....: '''
11411142
....: from sage.structure.richcmp cimport rich_to_bool
11421143
....: from sage.structure.element cimport Element
11431144
....: cdef class FloatCmp(Element):

0 commit comments

Comments
 (0)