We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150ac5b commit 882507fCopy full SHA for 882507f
src/sage/ext/fast_callable.pyx
@@ -2044,7 +2044,7 @@ cdef class InstructionStream:
2044
An :class:`InstructionStream` takes a sequence of instructions (passed in by
2045
a series of method calls) and computes the data structures needed
2046
by the interpreter. This is the stage where we switch from operating
2047
- on :classL`Expression` trees to a linear representation. If we had a peephole
+ on :class:`Expression` trees to a linear representation. If we had a peephole
2048
optimizer (we don't) it would go here.
2049
2050
Currently, this class is not very general; it only works for
0 commit comments