Skip to content

Commit 882507f

Browse files
author
Matthias Koeppe
committed
src/sage/ext/fast_callable.pyx: Fix doc typo
1 parent 150ac5b commit 882507f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/ext/fast_callable.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ cdef class InstructionStream:
20442044
An :class:`InstructionStream` takes a sequence of instructions (passed in by
20452045
a series of method calls) and computes the data structures needed
20462046
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
2047+
on :class:`Expression` trees to a linear representation. If we had a peephole
20482048
optimizer (we don't) it would go here.
20492049
20502050
Currently, this class is not very general; it only works for

0 commit comments

Comments
 (0)